Home
last modified time | relevance | path

Searched refs:IPPROTO_ROUTING (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/net/ipv6/
A Dexthdrs_offload.c23 ret = inet6_add_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init()
35 inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init()
A Dmip6.c316 *skb_mac_header(skb) = IPPROTO_ROUTING; in mip6_rthdr_output()
361 .proto = IPPROTO_ROUTING,
A Dexthdrs.c811 IPPROTO_ROUTING) < 0) { in ipv6_rthdr_rcv()
887 ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init()
904 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init()
912 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_exit()
A Dseg6.c83 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, &flags) < 0) in seg6_get_srh()
A Ddatagram.c674 case IPPROTO_ROUTING: in ip6_datagram_recv_specific_ctl()
/linux-6.3-rc2/net/ipv6/netfilter/
A Dip6t_srh.c31 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in srh_mt6()
125 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in srh1_mt6()
/linux-6.3-rc2/include/uapi/linux/
A Din6.h133 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
/linux-6.3-rc2/include/linux/
A Dnetfilter_ipv6.h17 (nexthdr == IPPROTO_ROUTING) || in nf_ip6_ext_hdr()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_output.c98 if (type == IPPROTO_ROUTING && offset + 3 <= packet_len) { in mip6_rthdr_offset()
146 case IPPROTO_ROUTING: in xfrm6_hdr_offset()
A Dxfrm_state.c253 case IPPROTO_ROUTING: in xfrm_register_type()
298 case IPPROTO_ROUTING: in xfrm_unregister_type()
340 case IPPROTO_ROUTING: in xfrm_get_type()
A Dxfrm_user.c300 case IPPROTO_ROUTING: in verify_newsa_info()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_cls_redirect.c306 case IPPROTO_ROUTING: in pkt_skip_ipv6_extension_headers()
/linux-6.3-rc2/net/netfilter/
A Dnf_log_syslog.c613 case IPPROTO_ROUTING: in dump_ipv6_packet()
/linux-6.3-rc2/include/net/
A Dxfrm.h40 #define XFRM_PROTO_ROUTING IPPROTO_ROUTING
1417 case IPPROTO_ROUTING: in xfrm_id_proto_valid()
/linux-6.3-rc2/net/openvswitch/
A Dflow.c348 case IPPROTO_ROUTING: in get_ipv6_ext_hdrs()
/linux-6.3-rc2/net/core/
A Dfilter.c6313 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_4()
6337 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) { in bpf_update_srh_state()
6461 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_3()
A Dskbuff.c5379 case IPPROTO_ROUTING: { in skb_checksum_setup_ipv6()

Completed in 77 milliseconds