Home
last modified time | relevance | path

Searched refs:first_time (Results 1 – 3 of 3) sorted by relevance

/net/sctp/
Dendpointola.c419 int first_time = 1; /* is this the first time through the loop */ in sctp_endpoint_bh_rcv() local
435 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv()
499 if (first_time) in sctp_endpoint_bh_rcv()
500 first_time = 0; in sctp_endpoint_bh_rcv()
/net/batman-adv/
Dtypes.h767 unsigned long first_time; member
Dtranslation-table.c2140 if (!batadv_has_timed_out(node->first_time, in batadv_tt_roam_purge()
2170 if (batadv_has_timed_out(tt_roam_node->first_time, in batadv_tt_check_roam_count()
2186 tt_roam_node->first_time = jiffies; in batadv_tt_check_roam_count()