Searched refs:sockmap_get_from_fd (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | bpf.h | 725 int sockmap_get_from_fd(const union bpf_attr *attr, int type, 746 static inline int sockmap_get_from_fd(const union bpf_attr *attr, int type, in sockmap_get_from_fd() function
|
/Linux-v4.19/kernel/bpf/ |
D | syscall.c | 1635 ret = sockmap_get_from_fd(attr, ptype, prog); in bpf_prog_attach() 1686 return sockmap_get_from_fd(attr, BPF_PROG_TYPE_SK_MSG, NULL); in bpf_prog_detach() 1689 return sockmap_get_from_fd(attr, BPF_PROG_TYPE_SK_SKB, NULL); in bpf_prog_detach()
|
D | sockmap.c | 2081 int sockmap_get_from_fd(const union bpf_attr *attr, int type, in sockmap_get_from_fd() function
|