Lines Matching refs:doit

70 	int (*doit)(struct sk_buff *skb, struct genl_info *info);  member
312 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
905 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local
908 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle()
923 doit.doit = tipc_nl_bearer_enable; in tipc_nl_compat_handle()
924 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle()
925 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
928 doit.doit = tipc_nl_bearer_disable; in tipc_nl_compat_handle()
929 doit.transcode = tipc_nl_compat_bearer_disable; in tipc_nl_compat_handle()
930 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
948 doit.doit = tipc_nl_link_set; in tipc_nl_compat_handle()
949 doit.transcode = tipc_nl_compat_link_set; in tipc_nl_compat_handle()
950 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
953 doit.doit = tipc_nl_link_reset_stats; in tipc_nl_compat_handle()
954 doit.transcode = tipc_nl_compat_link_reset_stats; in tipc_nl_compat_handle()
955 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
982 doit.doit = tipc_nl_net_set; in tipc_nl_compat_handle()
983 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
984 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
987 doit.doit = tipc_nl_net_set; in tipc_nl_compat_handle()
988 doit.transcode = tipc_nl_compat_net_set; in tipc_nl_compat_handle()
989 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle()
1063 .doit = tipc_nl_compat_recv,