Lines Matching refs:netconsole_target
108 struct netconsole_target { struct
140 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
146 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
167 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
171 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
178 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target()
181 struct netconsole_target *nt; in alloc_param_target()
221 static void free_param_target(struct netconsole_target *nt) in free_param_target()
247 static struct netconsole_target *to_target(struct config_item *item) in to_target()
250 container_of(item, struct netconsole_target, item) : in to_target()
285 struct netconsole_target *nt = to_target(item); in local_ip_show()
295 struct netconsole_target *nt = to_target(item); in remote_ip_show()
326 struct netconsole_target *nt = to_target(item); in enabled_store()
385 struct netconsole_target *nt = to_target(item); in extended_store()
417 struct netconsole_target *nt = to_target(item); in dev_name_store()
442 struct netconsole_target *nt = to_target(item); in local_port_store()
465 struct netconsole_target *nt = to_target(item); in remote_port_store()
488 struct netconsole_target *nt = to_target(item); in local_ip_store()
524 struct netconsole_target *nt = to_target(item); in remote_ip_store()
560 struct netconsole_target *nt = to_target(item); in remote_mac_store()
633 struct netconsole_target *nt; in make_netconsole_target()
664 struct netconsole_target *nt = to_target(item); in drop_netconsole_target()
707 struct netconsole_target *nt; in netconsole_netdev_event()
781 static void send_ext_msg_udp(struct netconsole_target *nt, const char *msg, in send_ext_msg_udp()
834 struct netconsole_target *nt; in write_ext_msg()
851 struct netconsole_target *nt; in write_msg()
896 struct netconsole_target *nt, *tmp; in init_netconsole()
957 struct netconsole_target *nt, *tmp; in cleanup_netconsole()