Searched refs:seg6_do_srh_encap (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_iptunnel.c | 125 int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, int proto) in seg6_do_srh_encap() function 197 EXPORT_SYMBOL_GPL(seg6_do_srh_encap); variable 282 err = seg6_do_srh_encap(skb, tinfo->srh, proto); in seg6_do_srh() 300 err = seg6_do_srh_encap(skb, tinfo->srh, IPPROTO_ETHERNET); in seg6_do_srh()
|
H A D | seg6_local.c | 465 err = seg6_do_srh_encap(skb, slwt->srh, IPPROTO_IPV6); in input_action_end_b6_encap()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | seg6.h | 61 extern int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_iptunnel.c | 128 int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh, int proto) in seg6_do_srh_encap() function 200 EXPORT_SYMBOL_GPL(seg6_do_srh_encap); variable 245 /* based on seg6_do_srh_encap() */ in seg6_do_srh_encap_red() 405 err = seg6_do_srh_encap(skb, tinfo->srh, proto); in seg6_do_srh() 428 err = seg6_do_srh_encap(skb, tinfo->srh, in seg6_do_srh()
|
H A D | seg6_local.c | 1368 err = seg6_do_srh_encap(skb, slwt->srh, IPPROTO_IPV6); in input_action_end_b6_encap()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | seg6.h | 63 extern int seg6_do_srh_encap(struct sk_buff *skb, struct ipv6_sr_hdr *osrh,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 5713 err = seg6_do_srh_encap(skb, srh, IPPROTO_IPV6); in bpf_push_seg6_encap()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 6310 err = seg6_do_srh_encap(skb, srh, IPPROTO_IPV6); in bpf_push_seg6_encap()
|
Completed in 30 milliseconds