Home
last modified time | relevance | path

Searched refs:NEXTHDR_ROUTING (Results 1 – 17 of 17) sorted by relevance

/linux/net/ipv6/
H A Dexthdrs_core.c19 (nexthdr == NEXTHDR_ROUTING) || in ipv6_ext_hdr()
223 if (nexthdr == NEXTHDR_ROUTING) { in ipv6_find_hdr()
H A Dseg6_iptunnel.c176 hdr->nexthdr = NEXTHDR_ROUTING; in seg6_do_srh_encap()
272 hdr->nexthdr = NEXTHDR_ROUTING; in seg6_do_srh_encap_red()
351 hdr->nexthdr = NEXTHDR_ROUTING; in seg6_do_srh_inline()
H A Doutput_core.c73 case NEXTHDR_ROUTING: in ip6_find_1stfragopt()
H A Drpl_iptunnel.c176 hdr->nexthdr = NEXTHDR_ROUTING; in rpl_do_srh_inline()
H A Dexthdrs.c1099 *proto = NEXTHDR_ROUTING; in ipv6_push_rthdr0()
1148 *proto = NEXTHDR_ROUTING; in ipv6_push_rthdr4()
H A Dah6.c266 case NEXTHDR_ROUTING: in ipv6_clear_mutable_options()
H A Dseg6_local.c688 if (iph->nexthdr == NEXTHDR_ROUTING) { in seg6_pop_srh()
709 if (hp->nexthdr == NEXTHDR_ROUTING) { in seg6_pop_srh()
/linux/net/6lowpan/
H A Dnhc_ghc_ext_route.c11 LOWPAN_NHC(ghc_ext_route, "RFC7400 Routing Extension Header", NEXTHDR_ROUTING,
H A Dnhc_routing.c11 LOWPAN_NHC(nhc_routing, "RFC6282 Routing", NEXTHDR_ROUTING, 0,
/linux/net/ipv6/netfilter/
H A Dip6t_ipv6header.c83 case NEXTHDR_ROUTING: in ipv6header_mt6()
H A Dip6t_rt.c44 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_ROUTING, NULL, NULL); in rt_mt6()
/linux/net/sched/
H A Dact_csum.c508 case NEXTHDR_ROUTING: in tcf_csum_ipv6()
/linux/net/openvswitch/
H A Dactions.c589 NEXTHDR_ROUTING, in set_ipv6()
591 != NEXTHDR_ROUTING); in set_ipv6()
/linux/net/xfrm/
H A Dxfrm_output.c98 case NEXTHDR_ROUTING: in mip6_rthdr_offset()
/linux/include/net/
H A Dipv6.h39 #define NEXTHDR_ROUTING 43 /* Routing header. */ macro
/linux/net/core/
H A Dflow_dissector.c1538 case NEXTHDR_ROUTING: in __skb_flow_dissect()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c80 if (protocol != NEXTHDR_ROUTING && in iwl_mvm_tx_csum()