Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dsummarization.c10 return bpf_skb_pull_data(sk, 0); in changes_pkt_data()
30 bpf_skb_pull_data(sk, 0); in main_changes()
H A Dsummarization_freplace.c9 return bpf_skb_pull_data(sk, 0); in changes_pkt_data()
H A Dsockmap_parse_prog.c14 err = bpf_skb_pull_data(skb, 10); in bpf_prog1()
H A Dtest_sockmap_change_tail.c25 bpf_skb_pull_data(skb, 1); in prog_skb_verdict()
H A Ddynptr_fail.c1149 if (bpf_skb_pull_data(skb, skb->len)) in skb_invalid_data_slice1()
1175 if (bpf_skb_pull_data(skb, skb->len)) in skb_invalid_data_slice2()
1341 if (bpf_skb_pull_data(skb, skb->len)) in ro_skb_meta_slice_invalid_after_payload_helper()
1364 if (bpf_skb_pull_data(skb, skb->len)) in rw_skb_meta_slice_invalid_after_payload_helper()
1894 if (bpf_skb_pull_data(skb, skb->len)) in clone_skb_packet_data()
1917 if (bpf_skb_pull_data(skb, skb->len)) in clone_skb_packet_meta()
H A Dtest_tc_change_tail.c68 bpf_skb_pull_data(skb, len); in change_tail()
H A Dcrypto_sanity.c46 bpf_skb_pull_data(skb, offset + 16); in skb_dynptr_validate()
H A 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()
H A Dtest_cls_redirect.c498 if (bpf_skb_pull_data(skb, sizeof(encap_gre_t))) { in forward_with_gre()
954 if (bpf_skb_pull_data(skb, sizeof(*encap))) { in cls_redirect()
H A Dtest_sockmap_kern.h140 int err = bpf_skb_pull_data(skb, 6 + offset); in bpf_write_pass()
H A Dverifier_direct_packet_access.c856 : __imm(bpf_skb_pull_data), in __linear_size()
H A Dverifier_sock.c1046 return bpf_skb_pull_data(sk, len); in skb_pull_data2()
/linux/net/core/
H A Dfilter.c1867 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() argument
1882 .func = bpf_skb_pull_data,