Home
last modified time | relevance | path

Searched refs:sockmap_get_from_fd (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dbpf.h725 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/
Dsyscall.c1635 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()
Dsockmap.c2081 int sockmap_get_from_fd(const union bpf_attr *attr, int type, in sockmap_get_from_fd() function