Home | History | Annotate | Download | only in ip

Lines Matching full:nlmsg_type

245 	req.n.nlmsg_type = cmd;
419 if (n->nlmsg_type != XFRM_MSG_NEWPOLICY &&
420 n->nlmsg_type != XFRM_MSG_DELPOLICY &&
421 n->nlmsg_type != XFRM_MSG_UPDPOLICY &&
422 n->nlmsg_type != XFRM_MSG_POLEXPIRE) {
424 n->nlmsg_len, n->nlmsg_type, n->nlmsg_flags);
428 if (n->nlmsg_type == XFRM_MSG_DELPOLICY) {
431 } else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) {
446 if (n->nlmsg_type == XFRM_MSG_DELPOLICY)
448 else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE)
469 if (n->nlmsg_type == XFRM_MSG_DELPOLICY)
471 else if (n->nlmsg_type == XFRM_MSG_UPDPOLICY)
473 else if (n->nlmsg_type == XFRM_MSG_POLEXPIRE)
476 if (n->nlmsg_type == XFRM_MSG_DELPOLICY) {
491 if (n->nlmsg_type == XFRM_MSG_POLEXPIRE) {
524 req.n.nlmsg_type = delete ? XFRM_MSG_DELPOLICY : XFRM_MSG_GETPOLICY;
634 if (n->nlmsg_type != XFRM_MSG_NEWPOLICY) {
636 n->nlmsg_len, n->nlmsg_type, n->nlmsg_flags);
670 new_n->nlmsg_type = XFRM_MSG_DELPOLICY;
886 req.n.nlmsg_type = XFRM_MSG_GETSPDINFO;
917 req.n.nlmsg_type = XFRM_MSG_FLUSHPOLICY;