proto_unreach_timer  931 include/net/sctp/structs.h 	struct timer_list proto_unreach_timer;
proto_unreach_timer  447 net/sctp/input.c 		if (timer_pending(&t->proto_unreach_timer))
proto_unreach_timer  450 net/sctp/input.c 			if (!mod_timer(&t->proto_unreach_timer,
proto_unreach_timer  460 net/sctp/input.c 		if (del_timer(&t->proto_unreach_timer))
proto_unreach_timer  410 net/sctp/sm_sideeffect.c 		from_timer(transport, t, proto_unreach_timer);
proto_unreach_timer  420 net/sctp/sm_sideeffect.c 		if (!mod_timer(&transport->proto_unreach_timer,
proto_unreach_timer   78 net/sctp/transport.c 	timer_setup(&peer->proto_unreach_timer,
proto_unreach_timer  135 net/sctp/transport.c 	if (del_timer(&transport->proto_unreach_timer))