Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dfilter.c3223 static int bpf_skb_net_hdr_pop(struct sk_buff *skb, u32 off, u32 len) in bpf_skb_net_hdr_pop() function
3280 ret = bpf_skb_net_hdr_pop(skb, off, len_diff); in bpf_skb_proto_6_to_4()
3522 ret = bpf_skb_net_hdr_pop(skb, off, len_diff); in bpf_skb_net_shrink()
6396 ret = bpf_skb_net_hdr_pop(skb, offset, -1 * len); in BPF_CALL_3()