Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c3281 static int bpf_skb_net_hdr_pop(struct sk_buff *skb, u32 off, u32 len) in bpf_skb_net_hdr_pop() function
3338 ret = bpf_skb_net_hdr_pop(skb, off, len_diff); in bpf_skb_proto_6_to_4()
3592 ret = bpf_skb_net_hdr_pop(skb, off, len_diff); in bpf_skb_net_shrink()
6654 ret = bpf_skb_net_hdr_pop(skb, offset, -1 * len); in BPF_CALL_3()