Home
last modified time | relevance | path

Searched refs:bpf_xdp_adjust_tail (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_xdp_adjust_tail_shrink.c47 if (bpf_xdp_adjust_tail(xdp, 0 - offset)) in _xdp_adjust_tail_shrink()
Dtest_xdp_adjust_tail_grow.c32 if (bpf_xdp_adjust_tail(xdp, offset)) in _xdp_adjust_tail_grow()
Dxdp_synproxy_kern.c697 if (bpf_xdp_adjust_tail(ctx, new_pkt_size - old_pkt_size)) in syncookie_handle_syn()
750 if (bpf_xdp_adjust_tail(ctx, TCP_MAXLEN - hdr->tcp_len)) in syncookie_part1()
/linux-6.1.9/samples/bpf/
Dxdp_adjust_tail_kern.c129 if (bpf_xdp_adjust_tail(xdp, 0 - offset)) in handle_ipv4()
/linux-6.1.9/net/core/
Dfilter.c4051 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument
4086 .func = bpf_xdp_adjust_tail,
7605 func == bpf_xdp_adjust_tail || in bpf_helper_changes_pkt_data()