Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h10 struct bpf_dynptr *ptr__uninit) __ksym;
18 struct bpf_dynptr *ptr__uninit) __ksym;
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dip_check_defrag.c16 struct bpf_dynptr *ptr__uninit) __ksym;
H A Dverifier_netfilter_ctx.c83 struct bpf_dynptr *ptr__uninit) __ksym;
/openbmc/linux/net/core/
H A Dfilter.c11857 struct bpf_dynptr_kern *ptr__uninit) in bpf_dynptr_from_skb() argument
11860 bpf_dynptr_set_null(ptr__uninit); in bpf_dynptr_from_skb()
11864 bpf_dynptr_init(ptr__uninit, skb, BPF_DYNPTR_TYPE_SKB, 0, skb->len); in bpf_dynptr_from_skb()
11870 struct bpf_dynptr_kern *ptr__uninit) in bpf_dynptr_from_xdp() argument
11873 bpf_dynptr_set_null(ptr__uninit); in bpf_dynptr_from_xdp()
11877 bpf_dynptr_init(ptr__uninit, xdp, BPF_DYNPTR_TYPE_XDP, 0, xdp_get_buff_len(xdp)); in bpf_dynptr_from_xdp()
11905 struct bpf_dynptr_kern *ptr__uninit) in bpf_dynptr_from_skb_rdonly() argument
11909 err = bpf_dynptr_from_skb(skb, flags, ptr__uninit); in bpf_dynptr_from_skb_rdonly()
11913 bpf_dynptr_set_rdonly(ptr__uninit); in bpf_dynptr_from_skb_rdonly()
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst111 __bpf_kfunc int bpf_dynptr_from_skb(..., struct bpf_dynptr_kern *ptr__uninit)