Searched defs:guehdr (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_cls_redirect.h | 20 struct guehdr { struct 22 uint8_t hlen : 5, control : 1, variant : 2; 26 uint8_t proto_ctype; 27 uint16_t flags;
|
| /kernel/linux/linux-5.10/include/net/ |
| D | gue.h | 33 struct guehdr { struct 34 union { 87 static inline int validate_gue_flags(struct guehdr *guehdr, size_t optlen) in validate_gue_flags()
|
| /kernel/linux/linux-4.19/include/net/ |
| D | gue.h | 33 struct guehdr { struct 34 union { 87 static inline int validate_gue_flags(struct guehdr *guehdr, size_t optlen) in validate_gue_flags()
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | fou.c | 88 static struct guehdr *gue_remcsum(struct sk_buff *skb, struct guehdr *guehdr, in gue_remcsum() 111 static int gue_control_message(struct sk_buff *skb, struct guehdr *guehdr) in gue_control_message() 122 struct guehdr *guehdr; in gue_udp_recv() local 288 struct guehdr *guehdr, void *data, in gue_gro_remcsum() 318 struct guehdr *guehdr; in gue_gro_receive() local 461 struct guehdr *guehdr = (struct guehdr *)(skb->data + nhoff); in gue_gro_complete() local 990 struct guehdr *guehdr; in __gue_build_header() local 1130 struct guehdr *guehdr; in gue_err() local
|
| /kernel/linux/linux-4.19/net/ipv4/ |
| D | fou.c | 86 static struct guehdr *gue_remcsum(struct sk_buff *skb, struct guehdr *guehdr, in gue_remcsum() 109 static int gue_control_message(struct sk_buff *skb, struct guehdr *guehdr) in gue_control_message() 120 struct guehdr *guehdr; in gue_udp_recv() local 288 struct guehdr *guehdr, void *data, in gue_gro_remcsum() 318 struct guehdr *guehdr; in gue_gro_receive() local 461 struct guehdr *guehdr = (struct guehdr *)(skb->data + nhoff); in gue_gro_complete() local 883 struct guehdr *guehdr; in __gue_build_header() local
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | fou6.c | 93 struct guehdr *guehdr; in gue6_err() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_flow_dissector.c | 44 struct guehdr { struct 45 union {
|