Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_plink.c1029 bool matches_local; in mesh_plink_get_event() local
1031 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event()
1035 if (!matches_local && !sta) { in mesh_plink_get_event()
1065 if (!matches_local) in mesh_plink_get_event()
1074 if (!matches_local) in mesh_plink_get_event()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py1842matches_local = {k : v for k, v in iter(matches.items()) if h not in k and not v['sstate']}
1843 if matches_local:
1844 matches = matches_local