Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c6430 static int bpf_push_ip_encap(struct sk_buff *skb, void *hdr, u32 len, in bpf_push_ip_encap() function
6448 return bpf_push_ip_encap(skb, hdr, len, true /* ingress */); in BPF_CALL_4()
6461 return bpf_push_ip_encap(skb, hdr, len, false /* egress */); in BPF_CALL_4()