Searched refs:proto_unreach_timer (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/sctp/
H A Dinput.c436 if (timer_pending(&t->proto_unreach_timer))
439 if (!mod_timer(&t->proto_unreach_timer,
449 if (del_timer(&t->proto_unreach_timer))
H A Dtransport.c79 timer_setup(&peer->proto_unreach_timer,
139 if (del_timer(&transport->proto_unreach_timer))
H A Dsm_sideeffect.c410 from_timer(transport, t, proto_unreach_timer);
420 if (!mod_timer(&transport->proto_unreach_timer,
/linux-master/include/net/sctp/
H A Dstructs.h934 struct timer_list proto_unreach_timer; member in struct:sctp_transport

Completed in 177 milliseconds