Searched refs:NLMSG_OK (Results 1 – 6 of 6) sorted by relevance
57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ macro
58 while (NLMSG_OK(h, left)) { in netlink_receive()
354 NLMSG_OK(nh, read_size); in nl_getmsg()589 NLMSG_OK(nlh, nlmlen); in rk_getifaddrs()
717 while (NLMSG_OK(h, left)) { in vlan_event_receive()
381 while ((u_int)len >= NLMSG_SPACE(0) && NLMSG_OK(nlh, (u_int)len)) { in netfilter_send_config_msg()
4770 NLMSG_OK(nh, cnt);