Searched refs:NETLINK_F_EXT_ACK (Results 1 – 2 of 2) sorted by relevance
17 #define NETLINK_F_EXT_ACK 0x40 macro
1711 nlk->flags |= NETLINK_F_EXT_ACK; in netlink_setsockopt()1713 nlk->flags &= ~NETLINK_F_EXT_ACK; in netlink_setsockopt()1804 val = nlk->flags & NETLINK_F_EXT_ACK ? 1 : 0; in netlink_getsockopt()2362 bool nlk_has_extack = nlk->flags & NETLINK_F_EXT_ACK; in netlink_ack()