Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv6/
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()
Dmip6.c317 *skb_mac_header(skb) = IPPROTO_ROUTING; in mip6_rthdr_output()
363 .proto = IPPROTO_ROUTING,
Dexthdrs.c809 IPPROTO_ROUTING) < 0) { in ipv6_rthdr_rcv()
885 ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init()
902 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init()
910 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_exit()
Ddatagram.c668 case IPPROTO_ROUTING: in ip6_datagram_recv_specific_ctl()
Dseg6_local.c158 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, &flags) < 0) in get_srh()
/Linux-v5.15/net/ipv6/netfilter/
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-v5.15/include/uapi/linux/
Din6.h133 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
/Linux-v5.15/include/linux/
Dnetfilter_ipv6.h17 (nexthdr == IPPROTO_ROUTING) || in nf_ip6_ext_hdr()
/Linux-v5.15/net/xfrm/
Dxfrm_output.c98 if (type == IPPROTO_ROUTING && offset + 3 <= packet_len) { in mip6_rthdr_offset()
146 case IPPROTO_ROUTING: in xfrm6_hdr_offset()
Dxfrm_state.c231 case IPPROTO_ROUTING: in xfrm_register_type()
276 case IPPROTO_ROUTING: in xfrm_unregister_type()
318 case IPPROTO_ROUTING: in xfrm_get_type()
Dxfrm_user.c238 case IPPROTO_ROUTING: in verify_newsa_info()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_cls_redirect.c306 case IPPROTO_ROUTING: in pkt_skip_ipv6_extension_headers()
/Linux-v5.15/include/net/
Dxfrm.h40 #define XFRM_PROTO_ROUTING IPPROTO_ROUTING
1355 case IPPROTO_ROUTING: in xfrm_id_proto_valid()
/Linux-v5.15/net/netfilter/
Dnf_log_syslog.c608 case IPPROTO_ROUTING: in dump_ipv6_packet()
/Linux-v5.15/net/core/
Dfilter.c5940 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_4()
5964 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) { in bpf_update_srh_state()
6088 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_3()
Dskbuff.c5151 case IPPROTO_ROUTING: { in skb_checksum_setup_ipv6()