Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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()
/openbmc/linux/tools/testing/selftests/net/
H A 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()
/openbmc/linux/net/core/
H A Dfilter.c2049 BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum) in BPF_CALL_2() argument
2062 .func = bpf_csum_update,