Searched refs:NETLINK_F_EXT_ACK (Results 1 – 2 of 2) sorted by relevance
17 #define NETLINK_F_EXT_ACK 0x40 macro
1722 nlk->flags |= NETLINK_F_EXT_ACK; in netlink_setsockopt()1724 nlk->flags &= ~NETLINK_F_EXT_ACK; in netlink_setsockopt()1822 val = nlk->flags & NETLINK_F_EXT_ACK ? 1 : 0; in netlink_getsockopt()2224 if (extack->_msg && nlk->flags & NETLINK_F_EXT_ACK) { in netlink_dump_done()2430 if (!extack || !(nlk->flags & NETLINK_F_EXT_ACK)) in netlink_ack_tlv_len()
Completed in 8 milliseconds