Searched defs:guehdr (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| 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;
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| 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;
|
| /kernel/linux/linux-6.6/include/net/ |
| 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()
|
| /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-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-6.6/net/ipv4/ |
| D | fou_core.c | 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() local 300 struct guehdr *guehdr, void *data, in gue_gro_remcsum() 330 struct guehdr *guehdr; in gue_gro_receive() local 469 struct guehdr *guehdr = (struct guehdr *)(skb->data + nhoff); in gue_gro_complete() local 963 struct guehdr *guehdr; in __gue_build_header() local 1103 struct guehdr *guehdr; in gue_err() local
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | fou6.c | 93 struct guehdr *guehdr; in gue6_err() local
|
| /kernel/linux/linux-6.6/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 {
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | test_flow_dissector.c | 44 struct guehdr { struct 45 union {
|