Home
last modified time | relevance | path

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

/linux-4.4.14/net/netlink/
Daf_netlink.c87 #define NETLINK_F_CAP_ACK 0x20 macro
2313 nlk->flags |= NETLINK_F_CAP_ACK; in netlink_setsockopt()
2315 nlk->flags &= ~NETLINK_F_CAP_ACK; in netlink_setsockopt()
2396 val = nlk->flags & NETLINK_F_CAP_ACK ? 1 : 0; in netlink_getsockopt()
2964 if (!(nlk->flags & NETLINK_F_CAP_ACK) && err) in netlink_ack()