Home
last modified time | relevance | path

Searched refs:seg6_do_srh_encap (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/
H A Dseg6.h63 extern int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh,
/openbmc/linux/net/ipv6/
H A Dseg6_iptunnel.c202 int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, int proto) in seg6_do_srh_encap() function
206 EXPORT_SYMBOL_GPL(seg6_do_srh_encap);
H A Dseg6_local.c1368 err = seg6_do_srh_encap(skb, slwt->srh, IPPROTO_IPV6); in input_action_end_b6_encap()
/openbmc/linux/net/core/
H A Dfilter.c6361 err = seg6_do_srh_encap(skb, srh, IPPROTO_IPV6); in bpf_push_seg6_encap()