Searched defs:guehdr (Results 1 – 5 of 5) sorted by relevance
20 struct guehdr { struct22 uint8_t hlen : 5, control : 1, variant : 2;26 uint8_t proto_ctype;27 uint16_t flags;
36 struct guehdr { struct37 union {90 static inline int validate_gue_flags(struct guehdr *guehdr, size_t optlen) in validate_gue_flags()
90 static struct guehdr *gue_remcsum(struct sk_buff *skb, struct guehdr *guehdr, in gue_remcsum()113 static int gue_control_message(struct sk_buff *skb, struct guehdr *guehdr) in gue_control_message()124 struct guehdr *guehdr; in gue_udp_recv() local284 struct guehdr *guehdr, void *data, in gue_gro_remcsum()314 struct guehdr *guehdr; in gue_gro_receive() local450 struct guehdr *guehdr = (struct guehdr *)(skb->data + nhoff); in gue_gro_complete() local944 struct guehdr *guehdr; in __gue_build_header() local1084 struct guehdr *guehdr; in gue_err() local
44 struct guehdr { struct45 union {
93 struct guehdr *guehdr; in gue6_err() local
Completed in 11 milliseconds