Lines Matching defs:portid

818 	c.portid = nlh->nlmsg_pid;
888 c.portid = nlh->nlmsg_pid;
1201 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, sp->nlmsg_seq,
1356 u32 portid, u32 seq, u32 flags)
1367 nlh = nlmsg_put(skb, portid, seq, XFRM_MSG_NEWSPDINFO, sizeof(u32), 0);
1469 u32 sportid = NETLINK_CB(skb).portid;
1491 u32 portid, u32 seq, u32 flags)
1499 nlh = nlmsg_put(skb, portid, seq, XFRM_MSG_NEWSADINFO, sizeof(u32), 0);
1529 u32 sportid = NETLINK_CB(skb).portid;
1560 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid);
1638 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid);
2004 c.portid = nlh->nlmsg_pid;
2093 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, sp->nlmsg_seq,
2259 u32 portid = NETLINK_CB(skb).portid;
2266 r_nlh = nlmsg_put(r_skb, portid, seq, XFRM_MSG_GETDEFAULT, sizeof(*r_up), 0);
2278 return nlmsg_unicast(net->xfrm.nlsk, r_skb, portid);
2345 NETLINK_CB(skb).portid);
2357 c.portid = nlh->nlmsg_pid;
2384 c.portid = nlh->nlmsg_pid;
2411 nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_NEWAE, sizeof(*id), 0);
2500 c.portid = nlh->nlmsg_pid;
2505 err = nlmsg_unicast(net->xfrm.nlsk, r_skb, NETLINK_CB(skb).portid);
2559 c.portid = nlh->nlmsg_pid;
2591 c.portid = nlh->nlmsg_pid;
3199 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_EXPIRE, sizeof(*ue), 0);
3266 nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_FLUSHSA, sizeof(*p), 0);
3350 nlh = nlmsg_put(skb, c->portid, c->seq, c->event, headlen, 0);
3556 nlh = nlmsg_put(skb, c->portid, 0, XFRM_MSG_POLEXPIRE, sizeof(*upe), 0);
3623 nlh = nlmsg_put(skb, c->portid, c->seq, c->event, headlen, 0);
3681 nlh = nlmsg_put(skb, c->portid, c->seq, XFRM_MSG_FLUSHPOLICY, 0, 0);