Home
last modified time | relevance | path

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

/linux/include/net/
H A Dgue.h50 __u8 proto_ctype; member
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.h35 uint8_t proto_ctype; member
H A Dtest_cls_redirect.c387 if (encap->gue.proto_ctype == IPPROTO_IPV6) { in accept_locally()
420 if (encap->gue.proto_ctype == IPPROTO_IPV6) { in forward_with_gre()
1031 switch (encap->gue.proto_ctype) { in cls_redirect()
H A Dtest_cls_redirect_dynptr.c281 if (encap->gue.proto_ctype == IPPROTO_IPV6) in accept_locally()
316 if (encap->gue.proto_ctype == IPPROTO_IPV6) { in forward_with_gre()
931 switch (encap->gue.proto_ctype) { in cls_redirect()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_classification.c80 __u8 proto_ctype; member
188 gueh->proto_ctype = proto; in build_gue_header()
H A Dcls_redirect.c193 .proto_ctype = proto in test_str()
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c1702 if (gueh->proto_ctype != IPPROTO_IPIP) in ipvs_udp_decap()
1704 *proto = gueh->proto_ctype; in ipvs_udp_decap()