Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf.h732 DYNPTR_TYPE_XDP = BIT(16 + BPF_BASE_TYPE_BITS), enumerator
751 | DYNPTR_TYPE_XDP)
/linux-6.15/kernel/bpf/
H A Dverifier.c667 case DYNPTR_TYPE_XDP: in arg_to_dynptr_type()
684 return DYNPTR_TYPE_XDP; in get_dynptr_type_flag()
2206 (reg->type & DYNPTR_TYPE_SKB || reg->type & DYNPTR_TYPE_XDP); in reg_is_dynptr_slice_pkt()
13114 dynptr_arg_type |= DYNPTR_TYPE_XDP; in check_kfunc_args()