Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c465 bool have_sn, newer_sn, bounced; in hwmp_route_info_get() local
467 have_sn = mpath->flags & MESH_PATH_SN_VALID; in hwmp_route_info_get()
468 newer_sn = have_sn && SN_GT(orig_sn, mpath->sn); in hwmp_route_info_get()
469 bounced = have_sn && in hwmp_route_info_get()
473 if (!have_sn || newer_sn) { in hwmp_route_info_get()