Searched refs:NLM_F_ACK (Results 1 – 9 of 9) sorted by relevance
76 #define NLM_F_ACK 4 macro
51 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */ macro
57 nlh->nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in genl_ctrl_resolve_family()300 nlh->nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; in ctrl_list()
53 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */ macro
146 req.nlh.nlmsg_flags = NLM_F_ROOT | NLM_F_MATCH | NLM_F_REQUEST | NLM_F_ACK; in iface_enumerate()
199 req.nlh.nlmsg_flags = NLM_F_ROOT | NLM_F_MATCH | NLM_F_REQUEST | NLM_F_ACK; in find_interface()
405 hdr->nlmsg_flags |= NLM_F_ACK; in send_netlink()
302 n->nlmsg_flags |= NLM_F_ACK; in rtnl_talk()
157 req.n.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK; in iplink_have_newlink()