Searched refs:NETLINK_F_RECV_NO_ENOBUFS (Results 1 – 3 of 3) sorted by relevance
14 #define NETLINK_F_RECV_NO_ENOBUFS 0x8 macro
34 if (nlk->flags & NETLINK_F_RECV_NO_ENOBUFS) in sk_diag_put_flags()
352 if (!(nlk->flags & NETLINK_F_RECV_NO_ENOBUFS)) { in netlink_overrun()1589 if (p->code == ENOBUFS && nlk->flags & NETLINK_F_RECV_NO_ENOBUFS) { in do_one_set_err()1706 nlk->flags |= NETLINK_F_RECV_NO_ENOBUFS; in netlink_setsockopt()1710 nlk->flags &= ~NETLINK_F_RECV_NO_ENOBUFS; in netlink_setsockopt()1775 flag = NETLINK_F_RECV_NO_ENOBUFS; in netlink_getsockopt()