Lines Matching refs:cb
516 static int genl_lock_dumpit(struct sk_buff *skb, struct netlink_callback *cb) in genl_lock_dumpit() argument
519 const struct genl_ops *ops = cb->data; in genl_lock_dumpit()
523 rc = ops->dumpit(skb, cb); in genl_lock_dumpit()
528 static int genl_lock_done(struct netlink_callback *cb) in genl_lock_done() argument
531 const struct genl_ops *ops = cb->data; in genl_lock_done()
536 rc = ops->done(cb); in genl_lock_done()
814 static int ctrl_dumpfamily(struct sk_buff *skb, struct netlink_callback *cb) in ctrl_dumpfamily() argument
820 int chains_to_skip = cb->args[0]; in ctrl_dumpfamily()
821 int fams_to_skip = cb->args[1]; in ctrl_dumpfamily()
830 if (ctrl_fill_info(rt, NETLINK_CB(cb->skb).portid, in ctrl_dumpfamily()
831 cb->nlh->nlmsg_seq, NLM_F_MULTI, in ctrl_dumpfamily()
840 cb->args[0] = i; in ctrl_dumpfamily()
841 cb->args[1] = n; in ctrl_dumpfamily()