Searched defs:guehdr (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect.h | 29 struct guehdr { struct 31 uint8_t hlen : 5, control : 1, variant : 2; 35 uint8_t proto_ctype; 36 uint16_t flags;
|
/linux/include/net/ |
H A D | gue.h | 36 struct guehdr { struct 37 union { 90 static inline int validate_gue_flags(struct guehdr *guehdr, size_t optlen) in validate_gue_flags()
|
/linux/net/ipv4/ |
H A D | fou_core.c | 90 static struct guehdr *gue_remcsum(struct sk_buff *skb, struct guehdr *guehdr, in gue_remcsum() argument 113 static int gue_control_message(struct sk_buff *skb, struct guehdr *guehdr) in gue_control_message() argument 124 struct guehdr *guehdr; gue_udp_recv() local 300 gue_gro_remcsum(struct sk_buff * skb,unsigned int off,struct guehdr * guehdr,void * data,size_t hdrlen,struct gro_remcsum * grc,bool nopartial) gue_gro_remcsum() argument 330 struct guehdr *guehdr; gue_gro_receive() local 469 struct guehdr *guehdr = (struct guehdr *)(skb->data + nhoff); gue_gro_complete() local 963 struct guehdr *guehdr; __gue_build_header() local 1103 struct guehdr *guehdr; gue_err() local [all...] |
/linux/net/ipv6/ |
H A D | fou6.c | 93 struct guehdr *guehdr; in gue6_err() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector_classification.c | 70 struct guehdr { struct 71 union {
|