Home
last modified time | relevance | path

Searched refs:tipc_nl_compat_cmd_doit (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/tipc/
H A Dnetlink_compat.c72 struct tipc_nl_compat_cmd_doit { struct
74 int (*transcode)(struct tipc_nl_compat_cmd_doit *cmd, argument
328 static int __tipc_nl_compat_doit(struct tipc_nl_compat_cmd_doit *cmd, in __tipc_nl_compat_doit()
384 static int tipc_nl_compat_doit(struct tipc_nl_compat_cmd_doit *cmd, in tipc_nl_compat_doit()
424 static int tipc_nl_compat_bearer_enable(struct tipc_nl_compat_cmd_doit *cmd, in tipc_nl_compat_bearer_enable()
467 static int tipc_nl_compat_bearer_disable(struct tipc_nl_compat_cmd_doit *cmd, in tipc_nl_compat_bearer_disable()
802 static int tipc_nl_compat_link_set(struct tipc_nl_compat_cmd_doit *cmd, in tipc_nl_compat_link_set()
837 static int tipc_nl_compat_link_reset_stats(struct tipc_nl_compat_cmd_doit *cmd, in tipc_nl_compat_link_reset_stats()
1134 static int tipc_nl_compat_net_set(struct tipc_nl_compat_cmd_doit *cmd, in tipc_nl_compat_net_set()
1194 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle()