Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect_dynptr.c285 bpf_csum_level(skb, BPF_CSUM_LEVEL_DEC)) in accept_locally()
387 bpf_csum_level(skb, BPF_CSUM_LEVEL_INC)) { in forward_with_gre()
H A Dtest_cls_redirect.c393 bpf_csum_level(skb, BPF_CSUM_LEVEL_DEC)) in accept_locally()
492 bpf_csum_level(skb, BPF_CSUM_LEVEL_INC)) { in forward_with_gre()
/openbmc/linux/net/core/
H A Dfilter.c2069 BPF_CALL_2(bpf_csum_level, struct sk_buff *, skb, u64, level) in BPF_CALL_2() argument
2096 .func = bpf_csum_level,