Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c720 if (bpf_skb_change_tail(ctx, new_pkt_size, 0)) in syncookie_handle_syn()
778 if (bpf_skb_change_tail(ctx, old_len + TCP_MAXLEN - hdr->tcp_len, 0)) in syncookie_part1()
/openbmc/linux/net/core/
H A Dfilter.c3809 BPF_CALL_3(bpf_skb_change_tail, struct sk_buff *, skb, u32, new_len, in BPF_CALL_3() argument
3819 .func = bpf_skb_change_tail,
7871 func == bpf_skb_change_tail || in bpf_helper_changes_pkt_data()