Home | History | Annotate | Download | only in ip

Lines Matching refs:nlmsg_type

276 	req.n.nlmsg_type = cmd;
475 if (n->nlmsg_type != XFRM_MSG_NEWPOLICY &&
476 n->nlmsg_type != XFRM_MSG_DELPOLICY &&
477 n->nlmsg_type != XFRM_MSG_UPDPOLICY &&
478 n->nlmsg_type != XFRM_MSG_POLEXPIRE) {
480 n->nlmsg_len, n->nlmsg_type, n->nlmsg_flags);
484 if (n->nlmsg_type == XFRM_MSG_DELPOLICY) {
487 } else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) {
502 if (n->nlmsg_type == XFRM_MSG_DELPOLICY)
504 else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE)
525 if (n->nlmsg_type == XFRM_MSG_DELPOLICY)
527 else if (n->nlmsg_type == XFRM_MSG_UPDPOLICY)
529 else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE)
532 if (n->nlmsg_type == XFRM_MSG_DELPOLICY) {
547 if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) {
588 req.n.nlmsg_type = delete ? XFRM_MSG_DELPOLICY : XFRM_MSG_GETPOLICY;
723 if (n->nlmsg_type != XFRM_MSG_NEWPOLICY) {
725 n->nlmsg_len, n->nlmsg_type, n->nlmsg_flags);
759 new_n->nlmsg_type = XFRM_MSG_DELPOLICY;
975 req.n.nlmsg_type = XFRM_MSG_GETSPDINFO;
1006 req.n.nlmsg_type = XFRM_MSG_FLUSHPOLICY;