Searched defs:bpf_skb_store_bytes (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-4.19/tools/testing/selftests/bpf/ |
| D | bpf_helpers.h | 184 static int (*bpf_skb_store_bytes)(void *ctx, int off, void *from, int len, int flags) = variable
|
| /kernel/linux/linux-4.19/net/core/ |
| D | filter.c | 1662 BPF_CALL_5(bpf_skb_store_bytes, struct sk_buff *, skb, u32, offset, in BPF_CALL_5() argument
|
| /kernel/linux/linux-5.10/net/core/ |
| D | filter.c | 1683 BPF_CALL_5(bpf_skb_store_bytes, struct sk_buff *, skb, u32, offset, in BPF_CALL_5() argument
|