Home
last modified time | relevance | path

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

/linux-6.12.1/net/core/
Dfilter.c3839 static inline int __bpf_skb_change_head(struct sk_buff *skb, u32 head_room, in __bpf_skb_change_head() function
3873 int ret = __bpf_skb_change_head(skb, head_room, flags); in BPF_CALL_3()
3891 return __bpf_skb_change_head(skb, head_room, flags); in BPF_CALL_3()