Home
last modified time | relevance | path

Searched refs:NETLINK_F_CAP_ACK (Results 1 – 3 of 3) sorted by relevance

/net/netlink/
Daf_netlink.h16 #define NETLINK_F_CAP_ACK 0x20 macro
Ddiag.c38 if (nlk->flags & NETLINK_F_CAP_ACK) in sk_diag_put_flags()
Daf_netlink.c1717 nlk->flags |= NETLINK_F_CAP_ACK; in netlink_setsockopt()
1719 nlk->flags &= ~NETLINK_F_CAP_ACK; in netlink_setsockopt()
1790 flag = NETLINK_F_CAP_ACK; in netlink_getsockopt()
2399 if (!(nlk->flags & NETLINK_F_CAP_ACK)) in netlink_ack()