Searched refs:IPPROTO_ROUTING (Results 1 – 13 of 13) sorted by relevance
| /Linux-v4.19/net/ipv6/ |
| D | exthdrs_offload.c | 27 ret = inet6_add_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init() 39 inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING); in ipv6_exthdrs_offload_init()
|
| D | exthdrs.c | 605 IPPROTO_ROUTING) < 0) { in ipv6_rthdr_rcv() 681 ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init() 698 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init() 706 inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_exit()
|
| D | mip6.c | 379 *skb_mac_header(skb) = IPPROTO_ROUTING; in mip6_rthdr_output() 473 .proto = IPPROTO_ROUTING,
|
| D | seg6_local.c | 76 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in get_srh()
|
| D | datagram.c | 653 case IPPROTO_ROUTING: in ip6_datagram_recv_specific_ctl()
|
| /Linux-v4.19/include/linux/netfilter_ipv6/ |
| D | ip6_tables.h | 42 (nexthdr == IPPROTO_ROUTING) || in ip6t_ext_hdr()
|
| /Linux-v4.19/net/ipv6/netfilter/ |
| D | ip6t_srh.c | 35 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in srh_mt6() 129 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in srh1_mt6()
|
| D | nf_log_ipv6.c | 121 case IPPROTO_ROUTING: in dump_ipv6_packet()
|
| /Linux-v4.19/include/uapi/linux/ |
| D | in6.h | 133 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
|
| /Linux-v4.19/net/xfrm/ |
| D | xfrm_user.c | 217 case IPPROTO_ROUTING: in verify_newsa_info() 1516 case IPPROTO_ROUTING: in validate_tmpl()
|
| /Linux-v4.19/include/net/ |
| D | xfrm.h | 39 #define XFRM_PROTO_ROUTING IPPROTO_ROUTING
|
| /Linux-v4.19/net/core/ |
| D | filter.c | 4624 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_4() 4648 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) { in bpf_update_srh_state() 4772 if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) in BPF_CALL_3()
|
| D | skbuff.c | 4603 case IPPROTO_ROUTING: { in skb_checksum_setup_ipv6()
|