Home
last modified time | relevance | path

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

/Linux-v6.1/net/netlink/
Daf_netlink.h14 #define NETLINK_F_RECV_NO_ENOBUFS 0x8 macro
Ddiag.c34 if (nlk->flags & NETLINK_F_RECV_NO_ENOBUFS) in sk_diag_put_flags()
Daf_netlink.c354 if (!(nlk->flags & NETLINK_F_RECV_NO_ENOBUFS)) { in netlink_overrun()
1559 if (p->code == ENOBUFS && nlk->flags & NETLINK_F_RECV_NO_ENOBUFS) { in do_one_set_err()
1675 nlk->flags |= NETLINK_F_RECV_NO_ENOBUFS; in netlink_setsockopt()
1679 nlk->flags &= ~NETLINK_F_RECV_NO_ENOBUFS; in netlink_setsockopt()
1760 val = nlk->flags & NETLINK_F_RECV_NO_ENOBUFS ? 1 : 0; in netlink_getsockopt()