Home
last modified time | relevance | path

Searched refs:BPF_CSUM_LEVEL_DEC (Results 1 – 5 of 5) 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()
H A Dtest_cls_redirect.c393 bpf_csum_level(skb, BPF_CSUM_LEVEL_DEC)) in accept_locally()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h5960 BPF_CSUM_LEVEL_DEC, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h5960 BPF_CSUM_LEVEL_DEC, enumerator
/openbmc/linux/net/core/
H A Dfilter.c2079 case BPF_CSUM_LEVEL_DEC: in BPF_CALL_2()