Searched refs:proto_unreach_timer (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | transport.c | 78 timer_setup(&peer->proto_unreach_timer, in sctp_transport_init() 135 if (del_timer(&transport->proto_unreach_timer)) in sctp_transport_free()
|
H A D | input.c | 449 if (timer_pending(&t->proto_unreach_timer)) in sctp_icmp_proto_unreachable() 452 if (!mod_timer(&t->proto_unreach_timer, in sctp_icmp_proto_unreachable() 462 if (del_timer(&t->proto_unreach_timer)) in sctp_icmp_proto_unreachable()
|
H A D | sm_sideeffect.c | 410 from_timer(transport, t, proto_unreach_timer); in sctp_generate_proto_unreach_event() 420 if (!mod_timer(&transport->proto_unreach_timer, in sctp_generate_proto_unreach_event()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | input.c | 436 if (timer_pending(&t->proto_unreach_timer)) in sctp_icmp_proto_unreachable() 439 if (!mod_timer(&t->proto_unreach_timer, in sctp_icmp_proto_unreachable() 449 if (del_timer(&t->proto_unreach_timer)) in sctp_icmp_proto_unreachable()
|
H A D | transport.c | 79 timer_setup(&peer->proto_unreach_timer, in sctp_transport_init() 139 if (del_timer(&transport->proto_unreach_timer)) in sctp_transport_free()
|
H A D | sm_sideeffect.c | 410 from_timer(transport, t, proto_unreach_timer); in sctp_generate_proto_unreach_event() 420 if (!mod_timer(&transport->proto_unreach_timer, in sctp_generate_proto_unreach_event()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 927 struct timer_list proto_unreach_timer; member
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 937 struct timer_list proto_unreach_timer; member
|
Completed in 17 milliseconds