Lines Matching defs:portid
488 * @portid: netlink portid the message is addressed to
496 void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq,
502 nlh = nlmsg_put(skb, portid, seq, family->id, GENL_HDRLEN +
724 info.snd_portid = NETLINK_CB(skb).portid;
821 static int ctrl_fill_info(const struct genl_family *family, u32 portid, u32 seq,
826 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd);
912 int grp_id, u32 portid, u32 seq, u32 flags,
919 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd);
966 if (ctrl_fill_info(rt, NETLINK_CB(cb->skb).portid,
979 u32 portid, int seq, u8 cmd)
988 err = ctrl_fill_info(family, portid, seq, 0, skb, cmd);
1000 int grp_id, u32 portid, int seq, u8 cmd)
1009 err = ctrl_fill_mcgrp_info(family, grp, grp_id, portid,
1204 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid,
1452 static int genlmsg_mcast(struct sk_buff *skb, u32 portid, unsigned long group,
1468 portid, group, flags);
1478 err = nlmsg_multicast(prev->genl_sock, skb, portid, group, flags);
1490 struct sk_buff *skb, u32 portid,
1496 return genlmsg_mcast(skb, portid, group, flags);