Searched refs:net_if (Results 1 – 4 of 4) sorted by relevance
1092 if (rx->net_if == BLE_MESH_NET_IF_ADV && msg_cache_match(rx, buf)) { in net_decrypt()1100 rx->net_if == BLE_MESH_NET_IF_PROXY_CFG) { in net_decrypt()1209 static bool relay_to_adv(enum bt_mesh_net_if net_if) in relay_to_adv() argument1211 switch (net_if) { in relay_to_adv()1230 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in bt_mesh_net_relay()1246 if (rx->net_if == BLE_MESH_NET_IF_ADV && in bt_mesh_net_relay()1260 if (rx->net_if == BLE_MESH_NET_IF_ADV && !rx->friend_cred) { in bt_mesh_net_relay()1291 if (rx->net_if != BLE_MESH_NET_IF_LOCAL) { in bt_mesh_net_relay()1331 rx->net_if == BLE_MESH_NET_IF_LOCAL)) { in bt_mesh_net_relay()1338 if (relay_to_adv(rx->net_if) || rx->friend_cred) { in bt_mesh_net_relay()[all …]
295 net_if:2, /* Network interface */ member362 int bt_mesh_net_decode(struct net_buf_simple *data, enum bt_mesh_net_if net_if,366 enum bt_mesh_net_if net_if);
1403 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in friend_lpn_enqueue_rx()1626 (rx->ctx.recv_ttl <= 1U && rx->net_if != BLE_MESH_NET_IF_LOCAL) || in bt_mesh_friend_enqueue_rx()
683 if (rx->net_if == BLE_MESH_NET_IF_LOCAL) { in bt_mesh_rpl_check()1751 bt_mesh_lpn_established() && rx->net_if == BLE_MESH_NET_IF_ADV &&