Searched refs:NLMSG_NOOP (Results 1 – 7 of 7) sorted by relevance
102 #define NLMSG_NOOP 0x1 /* Nothing. */ macro
112 #define NLMSG_NOOP 0x1 /* Nothing. */ macro
51 if (hdr.nlmsg_type == NLMSG_NOOP) in processMsg()
75 hdr.nlmsg_type = NLMSG_NOOP; in TEST()
341 case NLMSG_NOOP: in host_to_target_for_each_nlmsg()388 case NLMSG_NOOP: in target_to_host_for_each_nlmsg()
299 [NLMSG_NOOP] = ynl_cb_noop,
183 - ``NLMSG_NOOP`` - ignore the message, not used in practice;