Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h308 static long long (*bpf_csum_update)(void *ctx, __u32 csum) = variable
/Linux-v5.4/net/core/
Dfilter.c2009 BPF_CALL_2(bpf_csum_update, struct sk_buff *, skb, __wsum, csum) in BPF_CALL_2() argument
2022 .func = bpf_csum_update,