Home | History | Annotate | Download | only in ip

Lines Matching refs:nlmsg_type

45 	if (n->nlmsg_type == RTM_NEWROUTE || n->nlmsg_type == RTM_DELROUTE) {
51 if (n->nlmsg_type == RTM_NEWLINK || n->nlmsg_type == RTM_DELLINK) {
58 if (n->nlmsg_type == RTM_NEWADDR || n->nlmsg_type == RTM_DELADDR) {
64 if (n->nlmsg_type == RTM_NEWADDRLABEL || n->nlmsg_type == RTM_DELADDRLABEL) {
70 if (n->nlmsg_type == RTM_NEWNEIGH || n->nlmsg_type == RTM_DELNEIGH) {
76 if (n->nlmsg_type == RTM_NEWPREFIX) {
82 if (n->nlmsg_type == RTM_NEWRULE || n->nlmsg_type == RTM_DELRULE) {
88 if (n->nlmsg_type == 15) {
97 if (n->nlmsg_type == RTM_NEWQDISC ||
98 n->nlmsg_type == RTM_DELQDISC ||
99 n->nlmsg_type == RTM_NEWTCLASS ||
100 n->nlmsg_type == RTM_DELTCLASS ||
101 n->nlmsg_type == RTM_NEWTFILTER ||
102 n->nlmsg_type == RTM_DELTFILTER)
104 if (n->nlmsg_type != NLMSG_ERROR && n->nlmsg_type != NLMSG_NOOP &&
105 n->nlmsg_type != NLMSG_DONE) {
107 n->nlmsg_len, n->nlmsg_type, n->nlmsg_flags);