Searched refs:bpf_push_seg6_encap (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/core/ | 
| D | filter.c | 4919 static int bpf_push_seg6_encap(struct sk_buff *skb, u32 type, void *hdr, u32 len)  in bpf_push_seg6_encap()  function4969 		return bpf_push_seg6_encap(skb, type, hdr, len);  in BPF_CALL_4()
 5114 		err = bpf_push_seg6_encap(skb, BPF_LWT_ENCAP_SEG6_INLINE,  in BPF_CALL_4()
 5123 		err = bpf_push_seg6_encap(skb, BPF_LWT_ENCAP_SEG6,  in BPF_CALL_4()
 
 |