Home
last modified time | relevance | path

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

/net/sctp/
Dendpointola.c334 int first_time = 1; /* is this the first time through the loop */ in sctp_endpoint_bh_rcv() local
350 if (first_time && (subtype.chunk == SCTP_CID_AUTH)) { in sctp_endpoint_bh_rcv()
414 if (first_time) in sctp_endpoint_bh_rcv()
415 first_time = 0; in sctp_endpoint_bh_rcv()
Dassociola.c990 int first_time = 1; /* is this the first time through the loop */ in sctp_assoc_bh_rcv() local
1006 if (first_time && subtype.chunk == SCTP_CID_AUTH) { in sctp_assoc_bh_rcv()
1066 if (first_time) in sctp_assoc_bh_rcv()
1067 first_time = 0; in sctp_assoc_bh_rcv()
/net/batman-adv/
Dtypes.h1968 unsigned long first_time; member
Dtranslation-table.c3439 if (!batadv_has_timed_out(node->first_time, in batadv_tt_roam_purge()
3473 if (batadv_has_timed_out(tt_roam_node->first_time, in batadv_tt_check_roam_count()
3490 tt_roam_node->first_time = jiffies; in batadv_tt_check_roam_count()