Lines Matching defs:portid
2229 * @portid: netlink port
2236 batadv_mcast_flags_dump_entry(struct sk_buff *msg, u32 portid,
2242 hdr = genlmsg_put(msg, portid, cb->nlh->nlmsg_seq,
2273 * @portid: netlink port
2282 batadv_mcast_flags_dump_bucket(struct sk_buff *msg, u32 portid,
2301 if (batadv_mcast_flags_dump_entry(msg, portid, cb, orig_node)) {
2319 * @portid: netlink port
2328 __batadv_mcast_flags_dump(struct sk_buff *msg, u32 portid,
2337 if (batadv_mcast_flags_dump_bucket(msg, portid, cb, hash,
2410 int portid = NETLINK_CB(cb->skb).portid;
2421 ret = __batadv_mcast_flags_dump(msg, portid, cb, bat_priv, bucket, idx);