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