Searched refs:IPPROTO_ROUTING (Results  1 – 18 of 18) sorted by relevance
| /Linux-v6.6/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 | mip6.c | 316 	*skb_mac_header(skb) = IPPROTO_ROUTING;  in mip6_rthdr_output() 361 	.proto		= IPPROTO_ROUTING,
  | 
| D | exthdrs.c | 776 				     IPPROTO_ROUTING) < 0) {  in ipv6_rthdr_rcv() 849 	ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING);  in ipv6_exthdrs_init() 866 	inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING);  in ipv6_exthdrs_init() 874 	inet6_del_protocol(&rthdr_protocol, IPPROTO_ROUTING);  in ipv6_exthdrs_exit()
  | 
| D | seg6.c | 83 	if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, &flags) < 0)  in seg6_get_srh()
  | 
| D | datagram.c | 675 			case IPPROTO_ROUTING:  in ip6_datagram_recv_specific_ctl()
  | 
| /Linux-v6.6/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()
  | 
| /Linux-v6.6/include/uapi/linux/ | 
| D | in6.h | 133 #define IPPROTO_ROUTING		43	/* IPv6 routing header		*/  macro
  | 
| /Linux-v6.6/include/linux/ | 
| D | netfilter_ipv6.h | 17 	       (nexthdr == IPPROTO_ROUTING) ||  in nf_ip6_ext_hdr()
  | 
| /Linux-v6.6/net/xfrm/ | 
| D | xfrm_output.c | 99 			if (type == IPPROTO_ROUTING && offset + 3 <= packet_len) {  in mip6_rthdr_offset() 147 	case IPPROTO_ROUTING:  in xfrm6_hdr_offset()
  | 
| D | xfrm_state.c | 253 	case IPPROTO_ROUTING:  in xfrm_register_type() 298 	case IPPROTO_ROUTING:  in xfrm_unregister_type() 340 	case IPPROTO_ROUTING:  in xfrm_get_type()
  | 
| D | xfrm_user.c | 300 	case IPPROTO_ROUTING:  in verify_newsa_info()
  | 
| /Linux-v6.6/tools/testing/selftests/bpf/progs/ | 
| D | test_cls_redirect.c | 306 		case IPPROTO_ROUTING:  in pkt_skip_ipv6_extension_headers()
  | 
| D | test_cls_redirect_dynptr.c | 210 		case IPPROTO_ROUTING:  in pkt_skip_ipv6_extension_headers()
  | 
| /Linux-v6.6/net/netfilter/ | 
| D | nf_log_syslog.c | 613 		case IPPROTO_ROUTING:  in dump_ipv6_packet()
  | 
| /Linux-v6.6/include/net/ | 
| D | xfrm.h | 40 #define XFRM_PROTO_ROUTING	IPPROTO_ROUTING 1423 	case IPPROTO_ROUTING:  in xfrm_id_proto_valid()
  | 
| /Linux-v6.6/net/openvswitch/ | 
| D | flow.c | 348 		case IPPROTO_ROUTING:  in get_ipv6_ext_hdrs()
  | 
| /Linux-v6.6/net/core/ | 
| D | filter.c | 6341 	if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0)  in BPF_CALL_4() 6365 	if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0) {  in bpf_update_srh_state() 6489 	if (ipv6_find_hdr(skb, &srhoff, IPPROTO_ROUTING, NULL, NULL) < 0)  in BPF_CALL_3()
  | 
| D | skbuff.c | 5525 		case IPPROTO_ROUTING: {  in skb_checksum_setup_ipv6()
  |