Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h722 DYNPTR_TYPE_XDP = BIT(16 + BPF_BASE_TYPE_BITS), enumerator
741 | DYNPTR_TYPE_XDP)
/linux/kernel/bpf/
H A Dverifier.c660 case DYNPTR_TYPE_XDP: in arg_to_dynptr_type()
677 return DYNPTR_TYPE_XDP; in get_dynptr_type_flag()
2106 (reg->type & DYNPTR_TYPE_SKB || reg->type & DYNPTR_TYPE_XDP); in reg_is_dynptr_slice_pkt()
12760 dynptr_arg_type |= DYNPTR_TYPE_XDP; in check_kfunc_args()