Lines Matching refs:doit

72 	int (*doit)(struct sk_buff *skb, struct genl_info *info);  member
374 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
827 cmd->doit = &__tipc_nl_media_set; in tipc_nl_compat_link_set()
833 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set()
1197 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local
1200 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle()
1215 doit.doit = __tipc_nl_bearer_enable; in tipc_nl_compat_handle()
1216 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle()
1217 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1220 doit.doit = __tipc_nl_bearer_disable; in tipc_nl_compat_handle()
1221 doit.transcode = tipc_nl_compat_bearer_disable; in tipc_nl_compat_handle()
1222 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1240 doit.doit = tipc_nl_node_set_link; in tipc_nl_compat_handle()
1241 doit.transcode = tipc_nl_compat_link_set; in tipc_nl_compat_handle()
1242 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1245 doit.doit = tipc_nl_node_reset_link_stats; in tipc_nl_compat_handle()
1246 doit.transcode = tipc_nl_compat_link_reset_stats; in tipc_nl_compat_handle()
1247 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1274 doit.doit = __tipc_nl_net_set; in tipc_nl_compat_handle()
1275 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1276 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1279 doit.doit = __tipc_nl_net_set; in tipc_nl_compat_handle()
1280 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1281 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1347 .doit = tipc_nl_compat_recv,