Searched refs:NETLINK_F_EXT_ACK (Results 1 – 2 of 2) sorted by relevance
17 #define NETLINK_F_EXT_ACK 0x40 macro
1702 nlk->flags |= NETLINK_F_EXT_ACK; in netlink_setsockopt()1704 nlk->flags &= ~NETLINK_F_EXT_ACK; in netlink_setsockopt()1802 val = nlk->flags & NETLINK_F_EXT_ACK ? 1 : 0; in netlink_getsockopt()2205 if (extack->_msg && nlk->flags & NETLINK_F_EXT_ACK) { in netlink_dump_done()2408 bool nlk_has_extack = nlk->flags & NETLINK_F_EXT_ACK; in netlink_ack()
Completed in 11 milliseconds