Home
last modified time | relevance | path

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

/linux-6.14.4/net/core/
Dfilter.c3269 static int bpf_skb_net_hdr_push(struct sk_buff *skb, u32 off, u32 len) in bpf_skb_net_hdr_push() function
3316 ret = bpf_skb_net_hdr_push(skb, off, len_diff); in bpf_skb_proto_4_to_6()
3513 ret = bpf_skb_net_hdr_push(skb, off, len_diff); in bpf_skb_net_grow()
6659 ret = bpf_skb_net_hdr_push(skb, offset, len); in BPF_CALL_3()