Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Dexthdrs_offload.c35 ret = inet6_add_offload(&hbh_offload, IPPROTO_HOPOPTS); in ipv6_exthdrs_offload_init()
H A Dmcast_snoop.c46 if (ip6h->nexthdr != IPPROTO_HOPOPTS) in ipv6_mc_check_exthdrs()
H A Dip6_output.c321 proto = IPPROTO_HOPOPTS; in ip6_xmit()
/linux-6.15/include/uapi/linux/
H A Din6.h132 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ macro
/linux-6.15/include/linux/
H A Dnetfilter_ipv6.h16 { return (nexthdr == IPPROTO_HOPOPTS) || in nf_ip6_ext_hdr()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c261 case IPPROTO_HOPOPTS: in parse_ipv6_proto()
H A Dtest_cls_redirect_dynptr.c211 case IPPROTO_HOPOPTS: in pkt_skip_ipv6_extension_headers()
H A Dtest_cls_redirect.c308 case IPPROTO_HOPOPTS: in pkt_skip_ipv6_extension_headers()
/linux-6.15/tools/testing/selftests/net/
H A Dgro.c737 add_ipv6_exthdr(buf, exthdr_pck, IPPROTO_HOPOPTS, ext_data1); in send_ipv6_exthdr()
741 add_ipv6_exthdr(buf, exthdr_pck, IPPROTO_HOPOPTS, ext_data2); in send_ipv6_exthdr()
H A Dioam6_parser.c1063 ipv6->nexthdr != IPPROTO_HOPOPTS) in main()
/linux-6.15/net/netfilter/
H A Dnf_log_syslog.c617 case IPPROTO_HOPOPTS: in dump_ipv6_packet()
/linux-6.15/net/openvswitch/
H A Dflow.c360 case IPPROTO_HOPOPTS: in get_ipv6_ext_hdrs()
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c575 nexthdr == IPPROTO_HOPOPTS || in get_fixed_ipv6_csum()
/linux-6.15/net/bridge/
H A Dbr_multicast.c1143 ip6h->nexthdr = IPPROTO_HOPOPTS; in br_ip6_multicast_alloc_query()
/linux-6.15/net/core/
H A Dskbuff.c5822 case IPPROTO_HOPOPTS: in skb_checksum_setup_ipv6()