Searched refs:IPPROTO_ROUTING (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/net/ipv6/ |
| 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()
|
| D | exthdrs.c | 601 IPPROTO_ROUTING) < 0) { in ipv6_rthdr_rcv() 677 ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init() 694 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init() 702 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_exit()
|
| D | mip6.c | 367 *skb_mac_header(skb) = IPPROTO_ROUTING; in mip6_rthdr_output() 461 .proto = IPPROTO_ROUTING,
|
| D | seg6_local.c | 71 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in get_srh()
|
| D | datagram.c | 652 case IPPROTO_ROUTING: in ip6_datagram_recv_specific_ctl()
|
| /Linux-v5.4/net/ipv6/netfilter/ |
| 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()
|
| D | nf_log_ipv6.c | 118 case IPPROTO_ROUTING: in dump_ipv6_packet()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | in6.h | 133 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
|
| /Linux-v5.4/include/linux/ |
| D | netfilter_ipv6.h | 17 (nexthdr == IPPROTO_ROUTING) || in nf_ip6_ext_hdr()
|
| /Linux-v5.4/include/net/ |
| D | xfrm.h | 39 #define XFRM_PROTO_ROUTING IPPROTO_ROUTING 1339 case IPPROTO_ROUTING: in xfrm_id_proto_valid()
|
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_state.c | 211 case IPPROTO_ROUTING: in xfrm_register_type() 256 case IPPROTO_ROUTING: in xfrm_unregister_type() 298 case IPPROTO_ROUTING: in xfrm_get_type()
|
| D | xfrm_user.c | 237 case IPPROTO_ROUTING: in verify_newsa_info()
|
| /Linux-v5.4/net/core/ |
| D | filter.c | 5038 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_4() 5062 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) { in bpf_update_srh_state() 5186 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_3()
|
| D | skbuff.c | 4814 case IPPROTO_ROUTING: { in skb_checksum_setup_ipv6()
|