Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhelpers.c1561 case BPF_DYNPTR_TYPE_SKB: in BPF_CALL_5()
1608 case BPF_DYNPTR_TYPE_SKB: in BPF_CALL_5()
1653 case BPF_DYNPTR_TYPE_SKB: in BPF_CALL_3()
2289 case BPF_DYNPTR_TYPE_SKB: in bpf_dynptr_slice()
H A Dverifier.c755 case BPF_DYNPTR_TYPE_SKB: in dynptr_type_str()
837 return BPF_DYNPTR_TYPE_SKB; in arg_to_dynptr_type()
852 case BPF_DYNPTR_TYPE_SKB: in get_dynptr_type_flag()
10203 if (dynptr_type == BPF_DYNPTR_TYPE_SKB) in check_helper_call()
/openbmc/linux/include/linux/
H A Dbpf.h1227 BPF_DYNPTR_TYPE_SKB, enumerator
/openbmc/linux/net/core/
H A Dfilter.c11834 bpf_dynptr_init(ptr__uninit, skb, BPF_DYNPTR_TYPE_SKB, 0, skb->len); in bpf_dynptr_from_skb()