Lines Matching refs:doit
71 int (*doit)(struct sk_buff *skb, struct genl_info *info); member
314 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
692 cmd->doit = &tipc_nl_media_set; in tipc_nl_compat_link_set()
698 cmd->doit = &tipc_nl_bearer_set; in tipc_nl_compat_link_set()
996 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local
999 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle()
1014 doit.doit = tipc_nl_bearer_enable; in tipc_nl_compat_handle()
1015 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle()
1016 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1019 doit.doit = tipc_nl_bearer_disable; in tipc_nl_compat_handle()
1020 doit.transcode = tipc_nl_compat_bearer_disable; in tipc_nl_compat_handle()
1021 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1039 doit.doit = tipc_nl_link_set; in tipc_nl_compat_handle()
1040 doit.transcode = tipc_nl_compat_link_set; in tipc_nl_compat_handle()
1041 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1044 doit.doit = tipc_nl_link_reset_stats; in tipc_nl_compat_handle()
1045 doit.transcode = tipc_nl_compat_link_reset_stats; in tipc_nl_compat_handle()
1046 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1073 doit.doit = tipc_nl_net_set; in tipc_nl_compat_handle()
1074 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1075 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1078 doit.doit = tipc_nl_net_set; in tipc_nl_compat_handle()
1079 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1080 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1154 .doit = tipc_nl_compat_recv,