Lines Matching refs:doit

73 	int (*doit)(struct sk_buff *skb, struct genl_info *info);  member
370 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
823 cmd->doit = &__tipc_nl_media_set; in tipc_nl_compat_link_set()
829 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set()
1193 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local
1196 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle()
1211 doit.doit = __tipc_nl_bearer_enable; in tipc_nl_compat_handle()
1212 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle()
1213 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1216 doit.doit = __tipc_nl_bearer_disable; in tipc_nl_compat_handle()
1217 doit.transcode = tipc_nl_compat_bearer_disable; in tipc_nl_compat_handle()
1218 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1236 doit.doit = tipc_nl_node_set_link; in tipc_nl_compat_handle()
1237 doit.transcode = tipc_nl_compat_link_set; in tipc_nl_compat_handle()
1238 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1241 doit.doit = tipc_nl_node_reset_link_stats; in tipc_nl_compat_handle()
1242 doit.transcode = tipc_nl_compat_link_reset_stats; in tipc_nl_compat_handle()
1243 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1270 doit.doit = __tipc_nl_net_set; in tipc_nl_compat_handle()
1271 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1272 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1275 doit.doit = __tipc_nl_net_set; in tipc_nl_compat_handle()
1276 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1277 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1343 .doit = tipc_nl_compat_recv,