Searched refs:last_seqno_forwarded (Results 1 - 2 of 2) sorted by path

/linux-master/net/batman-adv/
H A Dbat_v_ogm.c550 if (orig_ifinfo->last_seqno_forwarded == ntohl(ogm_received->seqno))
553 orig_ifinfo->last_seqno_forwarded = ntohl(ogm_received->seqno);
H A Dtypes.h264 /** @last_seqno_forwarded: seqno of the OGM which was forwarded last */
265 u32 last_seqno_forwarded; member in struct:batadv_orig_ifinfo

Completed in 177 milliseconds