Home
last modified time | relevance | path

Searched refs:BPF_DYNPTR_TYPE_XDP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dhelpers.c1563 case BPF_DYNPTR_TYPE_XDP: in BPF_CALL_5()
1611 case BPF_DYNPTR_TYPE_XDP: in BPF_CALL_5()
1654 case BPF_DYNPTR_TYPE_XDP: in BPF_CALL_3()
2294 case BPF_DYNPTR_TYPE_XDP: in bpf_dynptr_slice()
H A Dverifier.c757 case BPF_DYNPTR_TYPE_XDP: in dynptr_type_str()
839 return BPF_DYNPTR_TYPE_XDP; in arg_to_dynptr_type()
854 case BPF_DYNPTR_TYPE_XDP: in get_dynptr_type_flag()
/openbmc/linux/include/linux/
H A Dbpf.h1229 BPF_DYNPTR_TYPE_XDP, enumerator
/openbmc/linux/net/core/
H A Dfilter.c11847 bpf_dynptr_init(ptr__uninit, xdp, BPF_DYNPTR_TYPE_XDP, 0, xdp_get_buff_len(xdp)); in bpf_dynptr_from_xdp()