Home
last modified time | relevance | path

Searched refs:proto_ctype (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/net/ipv6/
Dfou6.c144 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()
/linux-6.1.9/net/ipv4/
Dfou.c125 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()
417 proto = guehdr->proto_ctype; in gue_gro_receive()
457 proto = guehdr->proto_ctype; in gue_gro_complete()
1010 guehdr->proto_ctype = *protocol; in __gue_build_header()
1168 if (guehdr->proto_ctype == IPPROTO_UDP || in gue_err()
1169 guehdr->proto_ctype == IPPROTO_UDPLITE) in gue_err()
1173 ret = gue_err_proto_handler(guehdr->proto_ctype, skb, info); in gue_err()
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_cls_redirect.h26 uint8_t proto_ctype; member
Dtest_cls_redirect.c386 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()
/linux-6.1.9/include/net/
Dgue.h50 __u8 proto_ctype; member
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_flow_dissector.c58 __u8 proto_ctype; member
258 gueh->proto_ctype = proto; in build_gue_header()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dcls_redirect.c267 .proto_ctype = proto in encap_init()
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_core.c1533 if (gueh->proto_ctype != IPPROTO_IPIP) in ipvs_udp_decap()
1535 *proto = gueh->proto_ctype; in ipvs_udp_decap()
Dip_vs_xmit.c1049 gueh->proto_ctype = *next_protocol; in ipvs_gue_encap()