Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dsockmap_parse_prog.c14 err = bpf_skb_pull_data(skb, 10); in bpf_prog1()
Dcrypto_sanity.c46 bpf_skb_pull_data(skb, offset + 16); in skb_dynptr_validate()
Ddynptr_fail.c1109 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()
Dtest_cls_redirect.c500 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()
Dtest_cls_redirect_dynptr.c394 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()
Dtest_sockmap_kern.h140 int err = bpf_skb_pull_data(skb, 6 + offset); in bpf_write_pass()
/linux-6.12.1/net/core/
Dfilter.c1863 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()