Searched refs:NETLINK_F_CAP_ACK (Results 1 – 3 of 3) sorted by relevance
16 #define NETLINK_F_CAP_ACK 0x20 macro
38 if (nlk->flags & NETLINK_F_CAP_ACK) in sk_diag_put_flags()
1708 nlk->flags |= NETLINK_F_CAP_ACK; in netlink_setsockopt()1710 nlk->flags &= ~NETLINK_F_CAP_ACK; in netlink_setsockopt()1805 val = nlk->flags & NETLINK_F_CAP_ACK ? 1 : 0; in netlink_getsockopt()2436 if (err && !(nlk->flags & NETLINK_F_CAP_ACK)) in netlink_ack()