Home
last modified time | relevance | path

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

/linux-4.1.27/net/netlink/
Daf_netlink.c85 #define NETLINK_RECV_NO_ENOBUFS 0x8 macro
281 if (!(nlk->flags & NETLINK_RECV_NO_ENOBUFS)) { in netlink_overrun()
2113 if (p->code == ENOBUFS && nlk->flags & NETLINK_RECV_NO_ENOBUFS) { in do_one_set_err()
2230 nlk->flags |= NETLINK_RECV_NO_ENOBUFS; in netlink_setsockopt()
2234 nlk->flags &= ~NETLINK_RECV_NO_ENOBUFS; in netlink_setsockopt()
2303 val = nlk->flags & NETLINK_RECV_NO_ENOBUFS ? 1 : 0; in netlink_getsockopt()