Home | History | Annotate | Download | only in src

Lines Matching refs:nlmsg_type

108         SLOGE("Got a short %s message\n", rtMessageName(nh->nlmsg_type));
168 int type = nh->nlmsg_type;
310 uint8_t type = nh->nlmsg_type;
522 NLMSG_OK(nh, (unsigned) size) && (nh->nlmsg_type != NLMSG_DONE);
525 if (!rtMessageName(nh->nlmsg_type)) {
526 SLOGD("Unexpected netlink message type %d\n", nh->nlmsg_type);
530 if (nh->nlmsg_type == RTM_NEWLINK) {
534 } else if (nh->nlmsg_type == LOCAL_QLOG_NL_EVENT) {
538 } else if (nh->nlmsg_type == RTM_NEWADDR ||
539 nh->nlmsg_type == RTM_DELADDR) {
543 } else if (nh->nlmsg_type == RTM_NEWROUTE ||
544 nh->nlmsg_type == RTM_DELROUTE) {
548 } else if (nh->nlmsg_type == RTM_NEWNDUSEROPT) {
552 } else if (nh->nlmsg_type == LOCAL_NFLOG_PACKET) {