Searched refs:proto_unreach_timer (Results 1 – 4 of 4) sorted by relevance
94 setup_timer(&peer->proto_unreach_timer, in sctp_transport_init()150 if (del_timer(&transport->proto_unreach_timer)) in sctp_transport_free()
446 if (timer_pending(&t->proto_unreach_timer)) in sctp_icmp_proto_unreachable()449 if (!mod_timer(&t->proto_unreach_timer, in sctp_icmp_proto_unreachable()459 if (del_timer(&t->proto_unreach_timer)) in sctp_icmp_proto_unreachable()
417 if (!mod_timer(&transport->proto_unreach_timer, in sctp_generate_proto_unreach_event()
899 struct timer_list proto_unreach_timer; member