/kernel/linux/linux-5.10/net/ipv6/ |
H A D | fou6.c | 144 if (guehdr->proto_ctype == IPPROTO_UDP || in gue6_err() 145 guehdr->proto_ctype == IPPROTO_UDPLITE) in gue6_err() 149 ret = gue6_err_proto_handler(guehdr->proto_ctype, skb, in gue6_err()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | fou6.c | 144 if (guehdr->proto_ctype == IPPROTO_UDP || in gue6_err() 145 guehdr->proto_ctype == IPPROTO_UDPLITE) in gue6_err() 149 ret = gue6_err_proto_handler(guehdr->proto_ctype, skb, in gue6_err()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fou.c | 125 u8 proto_ctype; in gue_udp_recv() local 200 hdrlen, guehdr->proto_ctype, in gue_udp_recv() 215 proto_ctype = guehdr->proto_ctype; in gue_udp_recv() 222 return -proto_ctype; in gue_udp_recv() 411 * hlen, version, proto_ctype, and flags. in gue_gro_receive() 426 proto = guehdr->proto_ctype; in gue_gro_receive() 469 proto = guehdr->proto_ctype; in gue_gro_complete() 1023 guehdr->proto_ctype = *protocol; in __gue_build_header() 1181 if (guehdr->proto_ctype in gue_err() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fou_core.c | 127 u8 proto_ctype; in gue_udp_recv() local 202 hdrlen, guehdr->proto_ctype, in gue_udp_recv() 217 proto_ctype = guehdr->proto_ctype; in gue_udp_recv() 224 return -proto_ctype; in gue_udp_recv() 404 * hlen, version, proto_ctype, and flags. in gue_gro_receive() 419 proto = guehdr->proto_ctype; in gue_gro_receive() 459 proto = guehdr->proto_ctype; in gue_gro_complete() 977 guehdr->proto_ctype = *protocol; in __gue_build_header() 1135 if (guehdr->proto_ctype in gue_err() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | gue.h | 47 __u8 proto_ctype; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | gue.h | 50 __u8 proto_ctype; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect.h | 35 uint8_t proto_ctype; member
|
H A D | test_cls_redirect.c | 385 if (encap->gue.proto_ctype == IPPROTO_IPV6) { in accept_locally() 417 if (encap->gue.proto_ctype == IPPROTO_IPV6) { in forward_with_gre() 1023 switch (encap->gue.proto_ctype) { in cls_redirect()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect.h | 35 uint8_t proto_ctype; member
|
H A D | test_cls_redirect.c | 386 if (encap->gue.proto_ctype == IPPROTO_IPV6) { in accept_locally() 419 if (encap->gue.proto_ctype == IPPROTO_IPV6) { in forward_with_gre() 1030 switch (encap->gue.proto_ctype) { in cls_redirect()
|
H A D | test_cls_redirect_dynptr.c | 279 if (encap->gue.proto_ctype == IPPROTO_IPV6) in accept_locally() 314 if (encap->gue.proto_ctype == IPPROTO_IPV6) { in forward_with_gre() 929 switch (encap->gue.proto_ctype) { in cls_redirect()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 58 __u8 proto_ctype; member 258 gueh->proto_ctype = proto; in build_gue_header()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 58 __u8 proto_ctype; member 258 gueh->proto_ctype = proto; in build_gue_header()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | cls_redirect.c | 267 .proto_ctype = proto in encap_init()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cls_redirect.c | 268 .proto_ctype = proto in encap_init()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 1592 if (gueh->proto_ctype != IPPROTO_IPIP) in ipvs_udp_decap() 1594 *proto = gueh->proto_ctype; in ipvs_udp_decap()
|
H A D | ip_vs_xmit.c | 1049 gueh->proto_ctype = *next_protocol; in ipvs_gue_encap()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 1527 if (gueh->proto_ctype != IPPROTO_IPIP) in ipvs_udp_decap() 1529 *proto = gueh->proto_ctype; in ipvs_udp_decap()
|
H A D | ip_vs_xmit.c | 1033 gueh->proto_ctype = *next_protocol; in ipvs_gue_encap()
|