Lines Matching refs:doit
72 int (*doit)(struct sk_buff *skb, struct genl_info *info);
372 err = (*cmd->doit)(doit_buf, &info);
825 cmd->doit = &__tipc_nl_media_set;
831 cmd->doit = &__tipc_nl_bearer_set;
1195 struct tipc_nl_compat_cmd_doit doit;
1198 memset(&doit, 0, sizeof(doit));
1213 doit.doit = __tipc_nl_bearer_enable;
1214 doit.transcode = tipc_nl_compat_bearer_enable;
1215 return tipc_nl_compat_doit(&doit, msg);
1218 doit.doit = __tipc_nl_bearer_disable;
1219 doit.transcode = tipc_nl_compat_bearer_disable;
1220 return tipc_nl_compat_doit(&doit, msg);
1238 doit.doit = tipc_nl_node_set_link;
1239 doit.transcode = tipc_nl_compat_link_set;
1240 return tipc_nl_compat_doit(&doit, msg);
1243 doit.doit = tipc_nl_node_reset_link_stats;
1244 doit.transcode = tipc_nl_compat_link_reset_stats;
1245 return tipc_nl_compat_doit(&doit, msg);
1272 doit.doit = __tipc_nl_net_set;
1273 doit.transcode = tipc_nl_compat_net_set;
1274 return tipc_nl_compat_doit(&doit, msg);
1277 doit.doit = __tipc_nl_net_set;
1278 doit.transcode = tipc_nl_compat_net_set;
1279 return tipc_nl_compat_doit(&doit, msg);
1345 .doit = tipc_nl_compat_recv,