Home
last modified time | relevance | path

Searched refs:IPPROTO_HOPOPTS (Results 1 – 13 of 13) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Din6.h132 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
/linux-6.6.21/net/ipv6/
Dmcast_snoop.c46 if (ip6h->nexthdr != IPPROTO_HOPOPTS) in ipv6_mc_check_exthdrs()
Dip6_output.c305 proto = IPPROTO_HOPOPTS; in ip6_xmit()
/linux-6.6.21/include/linux/
Dnetfilter_ipv6.h16 { return (nexthdr == IPPROTO_HOPOPTS) || in nf_ip6_ext_hdr()
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dbpf_flow.c261 case IPPROTO_HOPOPTS: in parse_ipv6_proto()
Dtest_cls_redirect_dynptr.c209 case IPPROTO_HOPOPTS: in pkt_skip_ipv6_extension_headers()
Dtest_cls_redirect.c305 case IPPROTO_HOPOPTS: in pkt_skip_ipv6_extension_headers()
/linux-6.6.21/tools/testing/selftests/net/
Dioam6_parser.c648 if (ip6h->nexthdr != IPPROTO_HOPOPTS) in main()
/linux-6.6.21/net/netfilter/
Dnf_log_syslog.c615 case IPPROTO_HOPOPTS: in dump_ipv6_packet()
/linux-6.6.21/net/openvswitch/
Dflow.c360 case IPPROTO_HOPOPTS: in get_ipv6_ext_hdrs()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c608 nexthdr == IPPROTO_HOPOPTS || in get_fixed_ipv6_csum()
/linux-6.6.21/net/bridge/
Dbr_multicast.c1142 ip6h->nexthdr = IPPROTO_HOPOPTS; in br_ip6_multicast_alloc_query()
/linux-6.6.21/net/core/
Dskbuff.c5528 case IPPROTO_HOPOPTS: in skb_checksum_setup_ipv6()