Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dexthdrs_offload.c27 ret = inet6_add_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init()
46 inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init()
H A Dmip6.c316 *skb_mac_header(skb) = IPPROTO_ROUTING; in mip6_rthdr_output()
361 .proto = IPPROTO_ROUTING,
H A Dseg6.c84 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, &flags) < 0) in seg6_get_srh()
H A Ddatagram.c694 case IPPROTO_ROUTING: in ip6_datagram_recv_specific_ctl()
/linux/net/ipv6/netfilter/
H 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/include/uapi/linux/
H A Din6.h133 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
/linux/net/xfrm/
H A Dxfrm_output.c100 if (type == IPPROTO_ROUTING && offset + 3 <= packet_len) { in mip6_rthdr_offset()
148 case IPPROTO_ROUTING: in xfrm6_hdr_offset()
H A Dxfrm_state.c265 case IPPROTO_ROUTING: in xfrm_register_type()
310 case IPPROTO_ROUTING: in xfrm_unregister_type()
352 case IPPROTO_ROUTING: in xfrm_get_type()
H A Dxfrm_user.c416 case IPPROTO_ROUTING: in verify_newsa_info()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.c307 case IPPROTO_ROUTING: in pkt_skip_ipv6_extension_headers()
H A Dtest_cls_redirect_dynptr.c212 case IPPROTO_ROUTING: in pkt_skip_ipv6_extension_headers()
/linux/net/netfilter/
H A Dnf_log_syslog.c627 case IPPROTO_ROUTING: in dump_ipv6_packet()
/linux/include/net/
H A Dxfrm.h42 #define XFRM_PROTO_ROUTING IPPROTO_ROUTING
1564 case IPPROTO_ROUTING: in xfrm_id_proto_valid()
/linux/net/openvswitch/
H A Dflow.c344 case IPPROTO_ROUTING: in get_ipv6_ext_hdrs()
/linux/net/core/
H A Dfilter.c6999 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_4()
7023 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) { in bpf_update_srh_state()
7149 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_3()
H A Dskbuff.c5974 case IPPROTO_ROUTING: { in skb_checksum_setup_ipv6()