Home
last modified time | relevance | path

Searched refs:bpf_skb_change_tail (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c700 if (bpf_skb_change_tail(ctx, new_pkt_size, 0)) in syncookie_handle_syn()
758 if (bpf_skb_change_tail(ctx, old_len + TCP_MAXLEN - hdr->tcp_len, 0)) in syncookie_part1()
/Linux-v6.6/net/core/
Dfilter.c3750 BPF_CALL_3(bpf_skb_change_tail, struct sk_buff *, skb, u32, new_len, in BPF_CALL_3() argument
3760 .func = bpf_skb_change_tail,
7751 func == bpf_skb_change_tail || in bpf_helper_changes_pkt_data()