• Home
  • Raw
  • Download

Lines Matching refs:cb

212 batadv_v_neigh_dump(struct sk_buff *msg, struct netlink_callback *cb,  in batadv_v_neigh_dump()  argument
218 int i_hardif_s = cb->args[0]; in batadv_v_neigh_dump()
219 int idx = cb->args[1]; in batadv_v_neigh_dump()
220 int portid = NETLINK_CB(cb->skb).portid; in batadv_v_neigh_dump()
226 cb->nlh->nlmsg_seq, in batadv_v_neigh_dump()
240 cb->nlh->nlmsg_seq, in batadv_v_neigh_dump()
250 cb->args[0] = i_hardif; in batadv_v_neigh_dump()
251 cb->args[1] = idx; in batadv_v_neigh_dump()
423 batadv_v_orig_dump(struct sk_buff *msg, struct netlink_callback *cb, in batadv_v_orig_dump() argument
429 int bucket = cb->args[0]; in batadv_v_orig_dump()
430 int idx = cb->args[1]; in batadv_v_orig_dump()
431 int sub = cb->args[2]; in batadv_v_orig_dump()
432 int portid = NETLINK_CB(cb->skb).portid; in batadv_v_orig_dump()
438 cb->nlh->nlmsg_seq, in batadv_v_orig_dump()
446 cb->args[0] = bucket; in batadv_v_orig_dump()
447 cb->args[1] = idx; in batadv_v_orig_dump()
448 cb->args[2] = sub; in batadv_v_orig_dump()
677 struct netlink_callback *cb, in batadv_v_gw_dump_entry() argument
697 hdr = genlmsg_put(msg, portid, cb->nlh->nlmsg_seq, in batadv_v_gw_dump_entry()
705 genl_dump_check_consistent(cb, hdr); in batadv_v_gw_dump_entry()
772 static void batadv_v_gw_dump(struct sk_buff *msg, struct netlink_callback *cb, in batadv_v_gw_dump() argument
775 int portid = NETLINK_CB(cb->skb).portid; in batadv_v_gw_dump()
777 int idx_skip = cb->args[0]; in batadv_v_gw_dump()
781 cb->seq = bat_priv->gw.generation << 1 | 1; in batadv_v_gw_dump()
787 if (batadv_v_gw_dump_entry(msg, portid, cb, bat_priv, in batadv_v_gw_dump()
798 cb->args[0] = idx_skip; in batadv_v_gw_dump()