Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c1783 case BPF_DYNPTR_TYPE_XDP: in __bpf_dynptr_read()
1840 case BPF_DYNPTR_TYPE_XDP: in __bpf_dynptr_write()
1894 case BPF_DYNPTR_TYPE_XDP: in BPF_CALL_3()
2713 case BPF_DYNPTR_TYPE_XDP: in bpf_dynptr_slice()
H A Dlog.c499 case BPF_DYNPTR_TYPE_XDP: in dynptr_type_str()
H A Dverifier.c676 return BPF_DYNPTR_TYPE_XDP; in arg_to_dynptr_type()
693 case BPF_DYNPTR_TYPE_XDP: in get_dynptr_type_flag()
/linux/include/linux/
H A Dbpf.h1378 BPF_DYNPTR_TYPE_XDP, enumerator
/linux/net/core/
H A Dfilter.c12083 bpf_dynptr_init(ptr, xdp, BPF_DYNPTR_TYPE_XDP, 0, xdp_get_buff_len(xdp)); in bpf_dynptr_from_xdp()