Home
last modified time | relevance | path

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

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