Lines Matching refs:netconsole_target
96 struct netconsole_target { struct
128 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
134 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
155 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
159 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
166 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target()
169 struct netconsole_target *nt; in alloc_param_target()
209 static void free_param_target(struct netconsole_target *nt) in free_param_target()
235 static struct netconsole_target *to_target(struct config_item *item) in to_target()
238 container_of(item, struct netconsole_target, item) : in to_target()
273 struct netconsole_target *nt = to_target(item); in local_ip_show()
283 struct netconsole_target *nt = to_target(item); in remote_ip_show()
314 struct netconsole_target *nt = to_target(item); in enabled_store()
373 struct netconsole_target *nt = to_target(item); in extended_store()
405 struct netconsole_target *nt = to_target(item); in dev_name_store()
430 struct netconsole_target *nt = to_target(item); in local_port_store()
453 struct netconsole_target *nt = to_target(item); in remote_port_store()
476 struct netconsole_target *nt = to_target(item); in local_ip_store()
512 struct netconsole_target *nt = to_target(item); in remote_ip_store()
548 struct netconsole_target *nt = to_target(item); in remote_mac_store()
621 struct netconsole_target *nt; in make_netconsole_target()
652 struct netconsole_target *nt = to_target(item); in drop_netconsole_target()
695 struct netconsole_target *nt; in netconsole_netdev_event()
769 static void send_ext_msg_udp(struct netconsole_target *nt, const char *msg, in send_ext_msg_udp()
822 struct netconsole_target *nt; in write_ext_msg()
839 struct netconsole_target *nt; in write_msg()
884 struct netconsole_target *nt, *tmp; in init_netconsole()
945 struct netconsole_target *nt, *tmp; in cleanup_netconsole()