Lines Matching refs:doit
72 int (*doit)(struct sk_buff *skb, struct genl_info *info); member
341 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
794 cmd->doit = &__tipc_nl_media_set; in tipc_nl_compat_link_set()
800 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set()
1164 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local
1167 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle()
1182 doit.doit = __tipc_nl_bearer_enable; in tipc_nl_compat_handle()
1183 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle()
1184 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1187 doit.doit = __tipc_nl_bearer_disable; in tipc_nl_compat_handle()
1188 doit.transcode = tipc_nl_compat_bearer_disable; in tipc_nl_compat_handle()
1189 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1207 doit.doit = tipc_nl_node_set_link; in tipc_nl_compat_handle()
1208 doit.transcode = tipc_nl_compat_link_set; in tipc_nl_compat_handle()
1209 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1212 doit.doit = tipc_nl_node_reset_link_stats; in tipc_nl_compat_handle()
1213 doit.transcode = tipc_nl_compat_link_reset_stats; in tipc_nl_compat_handle()
1214 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1241 doit.doit = __tipc_nl_net_set; in tipc_nl_compat_handle()
1242 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1243 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1246 doit.doit = __tipc_nl_net_set; in tipc_nl_compat_handle()
1247 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
1248 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1314 .doit = tipc_nl_compat_recv,