Lines Matching refs:netconsole_target

100 struct netconsole_target {  struct
133 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
139 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
160 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
164 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
173 static struct netconsole_target *alloc_and_init(void) in alloc_and_init()
175 struct netconsole_target *nt; in alloc_and_init()
196 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target()
198 struct netconsole_target *nt; in alloc_param_target()
241 static void free_param_target(struct netconsole_target *nt) in free_param_target()
268 static struct netconsole_target *to_target(struct config_item *item) in to_target()
271 container_of(item, struct netconsole_target, item) : in to_target()
311 struct netconsole_target *nt = to_target(item); in local_ip_show()
321 struct netconsole_target *nt = to_target(item); in remote_ip_show()
352 struct netconsole_target *nt = to_target(item); in enabled_store()
412 struct netconsole_target *nt = to_target(item); in release_store()
440 struct netconsole_target *nt = to_target(item); in extended_store()
468 struct netconsole_target *nt = to_target(item); in dev_name_store()
493 struct netconsole_target *nt = to_target(item); in local_port_store()
516 struct netconsole_target *nt = to_target(item); in remote_port_store()
539 struct netconsole_target *nt = to_target(item); in local_ip_store()
575 struct netconsole_target *nt = to_target(item); in remote_ip_store()
611 struct netconsole_target *nt = to_target(item); in remote_mac_store()
685 struct netconsole_target *nt; in make_netconsole_target()
707 struct netconsole_target *nt = to_target(item); in drop_netconsole_target()
750 struct netconsole_target *nt; in netconsole_netdev_event()
824 static void send_ext_msg_udp(struct netconsole_target *nt, const char *msg, in send_ext_msg_udp()
894 struct netconsole_target *nt; in write_ext_msg()
911 struct netconsole_target *nt; in write_msg()
956 struct netconsole_target *nt, *tmp; in init_netconsole()
1019 struct netconsole_target *nt, *tmp; in cleanup_netconsole()