Searched refs:bpf_skb_pull_data (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | sockmap_parse_prog.c | 14 err = bpf_skb_pull_data(skb, 10); in bpf_prog1()
|
H A D | dynptr_fail.c | 1108 if (bpf_skb_pull_data(skb, skb->len)) in skb_invalid_data_slice1() 1134 if (bpf_skb_pull_data(skb, skb->len)) in skb_invalid_data_slice2() 1634 if (bpf_skb_pull_data(skb, skb->len)) in clone_skb_packet_data()
|
H A D | test_cls_redirect_dynptr.c | 392 if (bpf_skb_pull_data(skb, sizeof(encap_gre_t))) { in forward_with_gre() 863 if (bpf_skb_pull_data(skb, sizeof(*encap))) in cls_redirect()
|
H A D | test_cls_redirect.c | 497 if (bpf_skb_pull_data(skb, sizeof(encap_gre_t))) { in forward_with_gre() 953 if (bpf_skb_pull_data(skb, sizeof(*encap))) { in cls_redirect()
|
H A D | test_sockmap_kern.h | 140 int err = bpf_skb_pull_data(skb, 6 + offset); in bpf_write_pass()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 1851 BPF_CALL_2(bpf_skb_pull_data, struct sk_buff *, skb, u32, len) in BPF_CALL_2() argument 1866 .func = bpf_skb_pull_data, 7875 func == bpf_skb_pull_data || in bpf_helper_changes_pkt_data()
|