Home
last modified time | relevance | path

Searched refs:netlink_ns (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dkobject_ns.h35 * @netlink_ns: return namespace to which a sock belongs (right?)
43 const void *(*netlink_ns)(struct sock *sk); member
/linux/Documentation/networking/
H A Dsysfs-tagging.rst45 - netlink_ns() which returns a socket's namespace
/linux/lib/
H A Dkobject_uevent.c405 if (ops && ops->netlink_ns && kobj->ktype->namespace) in kobject_uevent_net_broadcast()
H A Dkobject.c