Searched refs:bpf_xdp_adjust_tail (Results 1 – 5 of 5) sorted by relevance
/openbmc/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 | 36 if (bpf_xdp_adjust_tail(xdp, offset)) in _xdp_adjust_tail_grow()
|
H A D | xdp_synproxy_kern.c | 717 if (bpf_xdp_adjust_tail(ctx, new_pkt_size - old_pkt_size)) in syncookie_handle_syn() 770 if (bpf_xdp_adjust_tail(ctx, TCP_MAXLEN - hdr->tcp_len)) in syncookie_part1()
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_adjust_tail_kern.c | 129 if (bpf_xdp_adjust_tail(xdp, 0 - offset)) in handle_ipv4()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 4170 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument 4199 .func = bpf_xdp_adjust_tail, 7862 func == bpf_xdp_adjust_tail || in bpf_helper_changes_pkt_data()
|