Lines Matching refs:doit
71 int (*doit)(struct sk_buff *skb, struct genl_info *info); member
323 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
734 cmd->doit = &__tipc_nl_media_set; in tipc_nl_compat_link_set()
740 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set()
1083 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local
1086 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle()
1101 doit.doit = __tipc_nl_bearer_enable; in tipc_nl_compat_handle()
1102 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle()
1103 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1106 doit.doit = __tipc_nl_bearer_disable; in tipc_nl_compat_handle()
1107 doit.transcode = tipc_nl_compat_bearer_disable; in tipc_nl_compat_handle()
1108 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1126 doit.doit = tipc_nl_node_set_link; in tipc_nl_compat_handle()
1127 doit.transcode = tipc_nl_compat_link_set; in tipc_nl_compat_handle()
1128 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1131 doit.doit = tipc_nl_node_reset_link_stats; in tipc_nl_compat_handle()
1132 doit.transcode = tipc_nl_compat_link_reset_stats; in tipc_nl_compat_handle()
1133 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1160 doit.doit = __tipc_nl_net_set; in tipc_nl_compat_handle()
1161 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1162 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1165 doit.doit = __tipc_nl_net_set; in tipc_nl_compat_handle()
1166 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1167 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1232 .doit = tipc_nl_compat_recv,