Searched refs:bpf_skb_pull_data (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | changes_pkt_data.c | |
| H A D | changes_pkt_data_freplace.c | |
| H A D | test_sockmap_change_tail.c | 25 bpf_skb_pull_data(skb, 1); in prog_skb_verdict()
|
| H A D | sockmap_verdict_prog.c | 48 if (bpf_skb_pull_data(skb, 8)) in bpf_prog2()
|
| H A D | test_tc_change_tail.c | 68 bpf_skb_pull_data(skb, len); in change_tail()
|
| H A D | dynptr_fail.c | 1191 if (bpf_skb_pull_data(skb, skb->len)) in skb_invalid_data_slice1() 1217 if (bpf_skb_pull_data(skb, skb->len)) in skb_invalid_data_slice2() 1383 if (bpf_skb_pull_data(skb, skb->len)) in ro_skb_meta_slice_invalid_after_payload_helper() 1406 if (bpf_skb_pull_data(skb, skb->len)) in rw_skb_meta_slice_invalid_after_payload_helper() 1968 if (bpf_skb_pull_data(skb, skb->len)) in clone_skb_packet_data() 1991 if (bpf_skb_pull_data(skb, skb->len)) in clone_skb_packet_meta()
|
| H A D | crypto_sanity.c | 55 bpf_skb_pull_data(skb, offset + 16); in skb_crypto_setup()
|
| H A D | test_sockmap_kern.h | |
| H A D | test_cls_redirect.c | 498 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 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()
|
| H A D | verifier_sock.c | 1046 return bpf_skb_pull_data(sk, len); 1055 /* global function calls bpf_skb_pull_data(), which invalidates packet in skb_pull_data1()
|
| /linux/net/core/ |
| H A D | filter.c | 1875 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() argument 1890 .func = bpf_skb_pull_data,
|