Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_kfuncs.h10 struct bpf_dynptr *ptr__uninit) __ksym;
18 struct bpf_dynptr *ptr__uninit) __ksym;
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dip_check_defrag.c16 struct bpf_dynptr *ptr__uninit) __ksym;
Dverifier_netfilter_ctx.c83 struct bpf_dynptr *ptr__uninit) __ksym;
/Linux-v6.6/net/core/
Dfilter.c11731 struct bpf_dynptr_kern *ptr__uninit) in bpf_dynptr_from_skb() argument
11734 bpf_dynptr_set_null(ptr__uninit); in bpf_dynptr_from_skb()
11738 bpf_dynptr_init(ptr__uninit, skb, BPF_DYNPTR_TYPE_SKB, 0, skb->len); in bpf_dynptr_from_skb()
11744 struct bpf_dynptr_kern *ptr__uninit) in bpf_dynptr_from_xdp() argument
11747 bpf_dynptr_set_null(ptr__uninit); in bpf_dynptr_from_xdp()
11751 bpf_dynptr_init(ptr__uninit, xdp, BPF_DYNPTR_TYPE_XDP, 0, xdp_get_buff_len(xdp)); in bpf_dynptr_from_xdp()
11758 struct bpf_dynptr_kern *ptr__uninit) in bpf_dynptr_from_skb_rdonly() argument
11762 err = bpf_dynptr_from_skb(skb, flags, ptr__uninit); in bpf_dynptr_from_skb_rdonly()
11766 bpf_dynptr_set_rdonly(ptr__uninit); in bpf_dynptr_from_skb_rdonly()
/Linux-v6.6/Documentation/bpf/
Dkfuncs.rst111 __bpf_kfunc int bpf_dynptr_from_skb(..., struct bpf_dynptr_kern *ptr__uninit)