Home
last modified time | relevance | path

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

/net/core/
Dfilter.c3240 static int bpf_skb_net_hdr_pop(struct sk_buff *skb, u32 off, u32 len) in bpf_skb_net_hdr_pop() function
3297 ret = bpf_skb_net_hdr_pop(skb, off, len_diff); in bpf_skb_proto_6_to_4()
3539 ret = bpf_skb_net_hdr_pop(skb, off, len_diff); in bpf_skb_net_shrink()
6149 ret = bpf_skb_net_hdr_pop(skb, offset, -1 * len); in BPF_CALL_3()