Searched refs:NETLINK_F_EXT_ACK (Results 1 – 2 of 2) sorted by relevance
17 #define NETLINK_F_EXT_ACK 0x40 macro
1725 nlk->flags |= NETLINK_F_EXT_ACK; in netlink_setsockopt()1727 nlk->flags &= ~NETLINK_F_EXT_ACK; in netlink_setsockopt()1794 flag = NETLINK_F_EXT_ACK; in netlink_getsockopt()2199 if (extack->_msg && nlk->flags & NETLINK_F_EXT_ACK) { in netlink_dump_done()2409 bool nlk_has_extack = nlk->flags & NETLINK_F_EXT_ACK; in netlink_ack()