• Home
  • Raw
  • Download

Lines Matching refs:doit

72 	int (*doit)(struct sk_buff *skb, struct genl_info *info);  member
371 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
824 cmd->doit = &__tipc_nl_media_set; in tipc_nl_compat_link_set()
830 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set()
1194 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local
1197 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle()
1212 doit.doit = __tipc_nl_bearer_enable; in tipc_nl_compat_handle()
1213 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle()
1214 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1217 doit.doit = __tipc_nl_bearer_disable; in tipc_nl_compat_handle()
1218 doit.transcode = tipc_nl_compat_bearer_disable; in tipc_nl_compat_handle()
1219 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1237 doit.doit = tipc_nl_node_set_link; in tipc_nl_compat_handle()
1238 doit.transcode = tipc_nl_compat_link_set; in tipc_nl_compat_handle()
1239 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1242 doit.doit = tipc_nl_node_reset_link_stats; in tipc_nl_compat_handle()
1243 doit.transcode = tipc_nl_compat_link_reset_stats; in tipc_nl_compat_handle()
1244 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1271 doit.doit = __tipc_nl_net_set; in tipc_nl_compat_handle()
1272 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1273 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1276 doit.doit = __tipc_nl_net_set; in tipc_nl_compat_handle()
1277 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1278 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1344 .doit = tipc_nl_compat_recv,