Home
last modified time | relevance | path

Searched refs:bpf_csum_update (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dverifier_ctx.c49 : __imm(bpf_csum_update) in unmodified_ctx_pointer_to_helper()
65 : __imm(bpf_csum_update) in ctx_pointer_to_helper_1()
99 : __imm(bpf_csum_update) in ctx_pointer_to_helper_3()
/Linux-v6.6/tools/testing/selftests/net/
Dnat6to4.c132 bpf_csum_update(skb, sum6); in sched_cls_ingress6_nat_6_prog()
265 bpf_csum_update(skb, sum6); in sched_cls_egress4_snat4_prog()
/Linux-v6.6/net/core/
Dfilter.c2042 BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum) in BPF_CALL_2() argument
2055 .func = bpf_csum_update,