Searched refs:bpf_xdp_adjust_tail (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_xdp_adjust_tail_shrink.c | 47 if (bpf_xdp_adjust_tail(xdp, 0 - offset)) in _xdp_adjust_tail_shrink()
|
| H A D | test_xdp_adjust_tail_grow.c | 44 if (bpf_xdp_adjust_tail(xdp, offset)) in _xdp_adjust_tail_grow()
|
| H A D | xsk_xdp_progs.c | 87 ret = bpf_xdp_adjust_tail(xdp, adjust_value); in xsk_xdp_adjust_tail()
|
| H A D | xdp_synproxy_kern.c | 719 if (bpf_xdp_adjust_tail(ctx, new_pkt_size - old_pkt_size)) in syncookie_handle_syn() 772 if (bpf_xdp_adjust_tail(ctx, TCP_MAXLEN - hdr->tcp_len)) in syncookie_part1()
|
| /linux/samples/bpf/ |
| H A D | xdp_adjust_tail_kern.c | 130 if (bpf_xdp_adjust_tail(xdp, 0 - offset)) in handle_ipv4()
|
| /linux/tools/testing/selftests/net/lib/ |
| H A D | xdp_native.bpf.c | 364 if (bpf_xdp_adjust_tail(ctx, 0 - offset) < 0) in xdp_adjst_tail_shrnk_data() 410 if (bpf_xdp_adjust_tail(ctx, offset) < 0) { in xdp_adjst_tail_grow_data()
|
| /linux/net/core/ |
| H A D | filter.c | 4251 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument 4280 .func = bpf_xdp_adjust_tail,
|