Searched refs:bpf_l4_csum_replace (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/samples/bpf/ |
D | tcbpf1_kern.c | 41 bpf_l4_csum_replace(skb, TCP_CSUM_OFF, old_ip, new_ip, IS_PSEUDO | sizeof(new_ip)); in set_tcp_ip_src() 51 bpf_l4_csum_replace(skb, TCP_CSUM_OFF, old_port, new_port, sizeof(new_port)); in set_tcp_dest_port()
|
D | test_lwt_bpf.c | 112 ret = bpf_l4_csum_replace(skb, off, old_ip, new_ip, in rewrite()
|
/Linux-v6.6/net/core/ |
D | filter.c | 1950 BPF_CALL_5(bpf_l4_csum_replace, struct sk_buff *, skb, u32, offset, in BPF_CALL_5() argument 1993 .func = bpf_l4_csum_replace, 7759 func == bpf_l4_csum_replace || in bpf_helper_changes_pkt_data()
|