Searched refs:ptr__uninit (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| D | bpf_kfuncs.h | 10 struct bpf_dynptr *ptr__uninit) __ksym; 18 struct bpf_dynptr *ptr__uninit) __ksym;
|
| /Linux-v6.6/tools/testing/selftests/bpf/progs/ |
| D | ip_check_defrag.c | 16 struct bpf_dynptr *ptr__uninit) __ksym;
|
| D | verifier_netfilter_ctx.c | 83 struct bpf_dynptr *ptr__uninit) __ksym;
|
| /Linux-v6.6/net/core/ |
| D | filter.c | 11731 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/ |
| D | kfuncs.rst | 111 __bpf_kfunc int bpf_dynptr_from_skb(..., struct bpf_dynptr_kern *ptr__uninit)
|