Searched refs:NLMSG_DONE (Results 1 – 15 of 15) sorted by relevance
163 #define NLMSG_DONE 0x3
92 nlhdr->nlmsg_type = NLMSG_DONE; in netlink_send()344 case NLMSG_DONE: in main()
34 if (h->nlmsg_type == NLMSG_DONE) return 0; in __netlink_enumerate()
26 #define NLMSG_DONE 0x3 macro
104 #define NLMSG_DONE 0x3 /* End of a dump */ macro
145 if (nh->nlmsg_type == NLMSG_DONE) in validate_alg_list()
895 if (hdr->nlmsg_type == NLMSG_DONE || in recvmsgs()936 if (hdr->nlmsg_type == NLMSG_DONE) { in recvmsgs()
649 __ADD(NLMSG_DONE,DONE),
137 struct nlmsghdr eom = { .nlmsg_type = NLMSG_DONE }; in tst_rtnl_send()
406 case NLMSG_DONE: in read_netlink_messages()
1260 if (addr_ptr->nlmsg_type == NLMSG_DONE) in ipaddrupdate()1451 if ((addr_ptr->nlmsg_type == NLMSG_DONE) || in ipaddr_print()1456 if ((addr_ptr->nlmsg_type == NLMSG_DONE) || in ipaddr_print()1750 case NLMSG_DONE: in display_route_info()2811 case NLMSG_DONE: in filter_nlmesg()
47 if a NLMSG_DONE message is received.
353 - +NLMSG_DONE+ - End of multipart sequence, see <<core_multipart>>424 message type +NLMSG_DONE+ is received.440 A<=B [label="NLMSG_DONE (seq=1)"];2514 | NL_CB_FINISH | Messages of type NLMSG_DONE | NL_STOP2593 each message until a NLMSG_DONE message is received.
362 +NLMSG_DONE+ message will be added automatically. Returns the number of
225 if (nh->nlmsg_type == NLMSG_DONE)