Searched refs:bpf_xdp_adjust_tail (Results 1 – 4 of 4) sorted by relevance
47 if (bpf_xdp_adjust_tail(xdp, 0 - offset)) in _xdp_adjust_tail_shrink()
36 if (bpf_xdp_adjust_tail(xdp, offset)) in _xdp_adjust_tail_grow()
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()
4196 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument4225 .func = bpf_xdp_adjust_tail,