Searched refs:bpf_skb_pull_data (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | sockmap_parse_prog.c | 14 err = bpf_skb_pull_data(skb, 10); in bpf_prog1()
|
D | crypto_sanity.c | 46 bpf_skb_pull_data(skb, offset + 16); in skb_dynptr_validate()
|
D | dynptr_fail.c | 1109 if (bpf_skb_pull_data(skb, skb->len)) in skb_invalid_data_slice1() 1135 if (bpf_skb_pull_data(skb, skb->len)) in skb_invalid_data_slice2() 1659 if (bpf_skb_pull_data(skb, skb->len)) in clone_skb_packet_data()
|
D | test_cls_redirect.c | 500 if (bpf_skb_pull_data(skb, sizeof(encap_gre_t))) { in forward_with_gre() 956 if (bpf_skb_pull_data(skb, sizeof(*encap))) { in cls_redirect()
|
D | test_cls_redirect_dynptr.c | 394 if (bpf_skb_pull_data(skb, sizeof(encap_gre_t))) { in forward_with_gre() 865 if (bpf_skb_pull_data(skb, sizeof(*encap))) in cls_redirect()
|
D | test_sockmap_kern.h | 140 int err = bpf_skb_pull_data(skb, 6 + offset); in bpf_write_pass()
|
/linux-6.12.1/net/core/ |
D | filter.c | 1863 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() argument 1878 .func = bpf_skb_pull_data, 7910 func == bpf_skb_pull_data || in bpf_helper_changes_pkt_data()
|