Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h676 DYNPTR_TYPE_XDP = BIT(16 + BPF_BASE_TYPE_BITS), enumerator
683 | DYNPTR_TYPE_XDP)
/openbmc/linux/kernel/bpf/
H A Dverifier.c838 case DYNPTR_TYPE_XDP: in arg_to_dynptr_type()
855 return DYNPTR_TYPE_XDP; in get_dynptr_type_flag()
2224 (reg->type & DYNPTR_TYPE_SKB || reg->type & DYNPTR_TYPE_XDP); in reg_is_dynptr_slice_pkt()
11479 dynptr_arg_type |= DYNPTR_TYPE_XDP; in check_kfunc_args()