Searched refs:IPPROTO_ROUTING (Results 1 – 16 of 16) sorted by relevance
/linux/net/ipv6/ |
A D | exthdrs_offload.c | 23 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 D | mip6.c | 317 *skb_mac_header(skb) = IPPROTO_ROUTING; in mip6_rthdr_output() 363 .proto = IPPROTO_ROUTING,
|
A D | exthdrs.c | 809 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()
|
A D | seg6.c | 83 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, &flags) < 0) in seg6_get_srh()
|
A D | datagram.c | 668 case IPPROTO_ROUTING: in ip6_datagram_recv_specific_ctl()
|
/linux/net/ipv6/netfilter/ |
A D | ip6t_srh.c | 31 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/ |
A D | in6.h | 133 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
|
/linux/include/linux/ |
A D | netfilter_ipv6.h | 17 (nexthdr == IPPROTO_ROUTING) || in nf_ip6_ext_hdr()
|
/linux/net/xfrm/ |
A D | xfrm_output.c | 98 if (type == IPPROTO_ROUTING && offset + 3 <= packet_len) { in mip6_rthdr_offset() 146 case IPPROTO_ROUTING: in xfrm6_hdr_offset()
|
A D | xfrm_state.c | 231 case IPPROTO_ROUTING: in xfrm_register_type() 276 case IPPROTO_ROUTING: in xfrm_unregister_type() 318 case IPPROTO_ROUTING: in xfrm_get_type()
|
A D | xfrm_user.c | 238 case IPPROTO_ROUTING: in verify_newsa_info()
|
/linux/include/net/ |
A D | xfrm.h | 40 #define XFRM_PROTO_ROUTING IPPROTO_ROUTING 1355 case IPPROTO_ROUTING: in xfrm_id_proto_valid()
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_cls_redirect.c | 306 case IPPROTO_ROUTING: in pkt_skip_ipv6_extension_headers()
|
/linux/net/netfilter/ |
A D | nf_log_syslog.c | 608 case IPPROTO_ROUTING: in dump_ipv6_packet()
|
/linux/net/core/ |
A D | filter.c | 5940 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()
|
A D | skbuff.c | 5146 case IPPROTO_ROUTING: { in skb_checksum_setup_ipv6()
|
Completed in 66 milliseconds