Searched refs:proto_ctype (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/net/
H A Dgue.h50 __u8 proto_ctype; member in struct:guehdr::__anon2764::__anon2765
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.h35 uint8_t proto_ctype; member in struct:guehdr
H A Dtest_cls_redirect.c389 if (encap->gue.proto_ctype == IPPROTO_IPV6) {
422 if (encap->gue.proto_ctype == IPPROTO_IPV6) {
1033 switch (encap->gue.proto_ctype) {
H A Dtest_cls_redirect_dynptr.c281 if (encap->gue.proto_ctype == IPPROTO_IPV6)
316 if (encap->gue.proto_ctype == IPPROTO_IPV6) {
931 switch (encap->gue.proto_ctype) {
/linux-master/net/ipv6/
H A Dfou6.c144 if (guehdr->proto_ctype == IPPROTO_UDP ||
145 guehdr->proto_ctype == IPPROTO_UDPLITE)
149 ret = gue6_err_proto_handler(guehdr->proto_ctype, skb,
/linux-master/net/ipv4/
H A Dfou_core.c127 u8 proto_ctype; local
202 hdrlen, guehdr->proto_ctype,
217 proto_ctype = guehdr->proto_ctype;
224 return -proto_ctype;
404 * hlen, version, proto_ctype, and flags.
419 proto = guehdr->proto_ctype;
459 proto = guehdr->proto_ctype;
977 guehdr->proto_ctype = *protocol;
1135 if (guehdr->proto_ctype
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c58 __u8 proto_ctype; member in struct:guehdr::__anon2423::__anon2424
258 gueh->proto_ctype = proto;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c268 .proto_ctype = proto
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c1527 if (gueh->proto_ctype != IPPROTO_IPIP)
1529 *proto = gueh->proto_ctype;
H A Dip_vs_xmit.c1033 gueh->proto_ctype = *next_protocol;

Completed in 197 milliseconds