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()2203 if (extack->_msg && nlk->flags & NETLINK_F_EXT_ACK) { in netlink_dump_done()2409 if (!extack || !(nlk->flags & NETLINK_F_EXT_ACK)) in netlink_ack_tlv_len()