Home | History | Annotate | Download | only in lib

Lines Matching refs:nlmsg_type

114  * 	.nlmsg_type = MY_TYPE,
435 new->nlmsg_type = hdr->nlmsg_type;
455 .nlmsg_type = nlmsgtype,
620 nlh->nlmsg_type = type;
841 nlmsg_hdr(msg)->nlmsg_type);
907 ops = nl_cache_ops_associate(nlmsg_get_proto(msg), nlh->nlmsg_type);
909 mt = nl_msgtype_lookup(ops, nlh->nlmsg_type);
915 nl_nlmsgtype2str(nlh->nlmsg_type, buf, sizeof(buf));
917 fprintf(ofd, " .nlmsg_type = %d <%s>\n", nlh->nlmsg_type, buf);
976 if (hdr->nlmsg_type == NLMSG_ERROR &&
995 hdr->nlmsg_type);